Statuses
Statuses reflect the current stage of an Idea or feature request for your product as it progresses from suggestion, through development, to completion.
Status object
Endpoints
List statuses
Returns a list of statuses
API key in Authorization header with Bearer prefix (recommended)
Limits the number of items on a page
20The after cursor - used for pagination
Successfully returned a list of statuses
Invalid request
Create a status
Create a new status
API key in Authorization header with Bearer prefix (recommended)
Successfully created a new status
A unique identifier for the status
status_abcd1234Name of the status
CompletedColor associated with the status (displayed in the App)
#ff00ffThe date & time the Status was last updated (UTC timezone)
The date & time the Status was last updated (UTC timezone)
Invalid request
Update a status
Update a Status
API key in Authorization header with Bearer prefix (recommended)
Successfully updated a status
A unique identifier for the status
status_abcd1234Name of the status
CompletedColor associated with the status (displayed in the App)
#ff00ffThe date & time the Status was last updated (UTC timezone)
The date & time the Status was last updated (UTC timezone)
Invalid request
Delete a status
Delete a Status
API key in Authorization header with Bearer prefix (recommended)
Request was successful
Request was successfulInvalid request
Last updated