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
Status have the following fields
idx string
A unique identifier for the idea
name string
Name of the status
color string
Color associated with the status (displayed in the App)
Endpoints
You can use the following endpoints to manage Statuses
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
Invalid request
Update a status
Update a Status
API key in Authorization header with Bearer prefix (recommended)
Successfully updated a status
Invalid request
Delete a status
Delete a Status
API key in Authorization header with Bearer prefix (recommended)
Request was successful
Invalid request
Last updated