Gets content states that are available for the content to be set as. Will return all enabled Space Content States. Will only return most the 3 most recently published custom content states to match UI editor list. To get all custom content states, use the /content-states endpoint.
Permissions required: Permission to edit the content.
Optionalcallback: undefinedGets the current content state of the draft or current version of content. To specify the draft version, set the parameter status to draft, otherwise archived or current will get the relevant published state.
Permissions required: Permission to view the content.
Gets the current content state of the draft or current version of content. To specify the draft version, set the parameter status to draft, otherwise archived or current will get the relevant published state.
Permissions required: Permission to view the content.
Optionalcallback: undefinedGet object describing whether content states are allowed at all, if custom content states or space content states are restricted, and a list of space content states allowed for the space if they are not restricted.
Permissions required: 'Admin' permission for the space.
Get object describing whether content states are allowed at all, if custom content states or space content states are restricted, and a list of space content states allowed for the space if they are not restricted.
Permissions required: 'Admin' permission for the space.
Optionalcallback: undefinedReturns all content that has the provided content state in a space.
If the expand query parameter is used with the body.export_view and/or body.styled_view properties, then the
query limit parameter will be restricted to a maximum value of 25.
Permissions required: 'View' permission for the space.
Returns all content that has the provided content state in a space.
If the expand query parameter is used with the body.export_view and/or body.styled_view properties, then the
query limit parameter will be restricted to a maximum value of 25.
Permissions required: 'View' permission for the space.
Optionalcallback: undefinedGet custom content states that authenticated user has created.
Permissions required Must have user authentication.
Get custom content states that authenticated user has created.
Permissions required Must have user authentication.
Optionalcallback: undefinedGet content states that are suggested in the space.
Permissions required: 'View' permission for the space.
Get content states that are suggested in the space.
Permissions required: 'View' permission for the space.
Optionalcallback: undefinedRemoves the content state of the content specified and creates a new version (publishes the content without changing the body) of the content with the new status.
Permissions required: Permission to edit the content.
Removes the content state of the content specified and creates a new version (publishes the content without changing the body) of the content with the new status.
Permissions required: Permission to edit the content.
Optionalcallback: undefinedSets the content state of the content specified and creates a new version (publishes the content without changing the body) of the content with the new state.
You may pass in either an id of a state, or the name and color of a desired new state. If all 3 are passed in, id will be used. If the name and color passed in already exist under the current user's existing custom states, the existing state will be reused. If custom states are disabled in the space of the content (which can be determined by getting the content state space settings of the content's space) then this set will fail.
You may not remove a content state via this PUT request. You must use the DELETE method. A specified state is required in the body of this request.
Permissions required: Permission to edit the content.
Sets the content state of the content specified and creates a new version (publishes the content without changing the body) of the content with the new state.
You may pass in either an id of a state, or the name and color of a desired new state. If all 3 are passed in, id will be used. If the name and color passed in already exist under the current user's existing custom states, the existing state will be reused. If custom states are disabled in the space of the content (which can be determined by getting the content state space settings of the content's space) then this set will fail.
You may not remove a content state via this PUT request. You must use the DELETE method. A specified state is required in the body of this request.
Permissions required: Permission to edit the content.
Optionalcallback: undefined
Gets content states that are available for the content to be set as. Will return all enabled Space Content States. Will only return most the 3 most recently published custom content states to match UI editor list. To get all custom content states, use the /content-states endpoint.
Permissions required: Permission to edit the content.