{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Workflow Statuses API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workflow Statuses", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/status/:idOrName", "params": [ { "name": "idOrName", "value": "", "type": "path", "description": "The ID or name of the status." } ] }, "docs": "Returns a status. The status must be associated with an active workflow to be returned.

If a name is used on more than one status, only the status found first is returned. Therefore, identifying the status by its ID may be preferable.

This operation can be accessed anonymously.

[Permissions](#permissions) required: None." }, { "info": { "name": "Atlassian Get All Statuses", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/status" }, "docs": "Returns a list of all statuses associated with active workflows.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:** None." } ] } ], "bundled": true }