Get statuses
Get a list of statuses for a particular workspace.
GET
/ v1 / statuses
Authorization
Query parameters
- workspaceIdstring
Get statuses for a particular workspace.
Response
200 - application/json - array
-
The status of the item.
- namestring
The name of the status.
- isDefaultStatusboolean
Whether this status is a default status for the workspace.
- isResolvedStatusboolean
Whether this is a resolved (terminated) status for the workspace.
-