InternalCreate a new instance of the service.
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.
id of content to get available states for
Returned if the content is found and permission is valid.
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.
The id of the content whose content state is of interest.
Optionalstatus?: "current" | "draft" | "archived"Set status to one of [current,draft,archived]. Default value is current.
Returned if permission allows viewing of content.
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.
The key of the space to be queried for its content state settings.
Returned if the requested space exists, and user has space admin permission.
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.
Optionalexpand?: string[]A multi-value parameter indicating which properties of the content to expand. Options include: space, version, history, children, etc.
Ex: space,version
Optionallimit?: numberMaximum number of results to return
The key of the space to be queried for its content state settings.
Optionalstart?: numberNumber of result to start returning. (0 indexed)
The id of the content state to filter content by
Returned if search was successful.
Get custom content states that authenticated user has created.
Permissions required Must have user authentication.
Custom Content States that user has crated. Returned if user authenticated.
Get content states that are suggested in the space.
Permissions required: 'View' permission for the space.
The key of the space to be queried for its content state settings.
Returned if the requested space exists, and user has space view permission.
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.
The Id of the content whose content state is to be set.
Optionalstatus?: "current" | "draft"status of content state from which to delete state. Can be draft or archived
Returned if content state is removed from 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.
Content state fields for state. Pass in id for an existing state, or new name and color for best matching existing state, or new state if allowed in space.
The Id of the content whose content state is to be set.
Status of content onto which state will be placed. If draft, then draft state will change. If current, state will be placed onto a new version of the content with same body as previous version.
Returned if content state is set successfully.
Protected Staticinitialize
See
https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-states