GET /wiki/rest/api/space/{spaceKey}/state/content
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.
Servers
- https://your-domain.atlassian.net
Path parameters
Name | Type | Required | Description |
---|---|---|---|
spaceKey |
String | Yes |
The key of the space to be queried for its content state settings. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
Integer | No |
Maximum number of results to return Default value: 25 |
expand[] |
Array | No |
A multi-value parameter indicating which properties of the content to expand. Options include: space, version, history, children, etc. Ex: space,version |
state-id |
Integer | Yes |
The id of the content state to filter content by |
start |
Integer | No |
Number of result to start returning. (0 indexed) |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.