v1
latestOpenAPI 3.1.02026-07-14159142161.9 KBtasksService
Get kanban stage by id
Get kanban stage by id
get/tasks/v1/stages/{stageId}
Path parameters
stageIdstring required
Stage id
Response
OK
Example response
{
"title": "To do",
"color": "#ff0000",
"sort": 10
}