status options
Fetch status option
Retrieves a single status option by its ID.
get/status_options/{status_option_id}
Path parameters
status_option_idinteger required
The ID of the status option.
Response
The requested status option object.
Example response
{
"color": "green_bright",
"label": "On Track",
"stage": "in_progress",
"order": 100
}Changes
No recorded changes to this endpoint across all 1 revision of this API.