{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account States API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "States", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Gets Available Content States for Content", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/wiki/rest/api/content/:id/state/available", "params": [ { "name": "id", "value": "", "type": "path", "description": "id of content to get available states for" } ] }, "docs": "This API endpoint retrieves all available content states that can be applied to a specific piece of content in Atlassian Confluence. By providing the content ID in the path parameter, users can query which workflow states or status options are accessible for that particular content item, helping them understand what state transitions are possible. This is useful for managing content workflows, determining valid state changes, and building integrations that need to programmatically manage content" } ] } ], "bundled": true }