task_statuses
GET {{api_url}}/api/v1/task_statuses
Returns the list of task statuses that a task can be in. These are the columns in the task Kanban view.
RESPONSES
status: OK
[{"id":"377702cb-c54c-4fb3-9535-ea4fc629d5d7","created_at":"2022-11-21T01:24:42Z","updated_at":"2022-11-21T01:24:42Z","name":"Open","default":true,"complete_task":false,"color":"#C6F1B8"},{"id":"430c155e-3619-45ed-a05b-0d282d37d159","created_at":"2022-11-21T01:24:42Z","updated_at":"2022-11-21T01:24:42Z","name":"In Progress","default":false,"complete_task":false,"color":"#FBC42F"},{"id":"375c1877-c9a5-4619-a59b-1bd076ceb2cd","created_at":"2022-11-21T01:24:42Z","updated_at":"2022-11-21T01:24:42Z","name":"Stuck","default":false,"complete_task":false,"color":"#DF5553"},{"id":"7867e5b8-6287-40cc-841e-462fa9c70b73","created_at":"2022-11-21T01:24:42Z","updated_at":"2022-11-21T01:24:42Z","name":"Done","default":false,"complete_task":true,"color":"#37C89C"}]