v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
tasksService

Get kanban stage by id

Get kanban stage by id

get/tasks/v1/stages/{stageId}

Path parameters

stageIdstring required

Stage id

Response

OK

idstring
titlestring
colorstring
sortinteger
afterIdstring

The ID of the stage to add after.

Example response

{
  "title": "To do",
  "color": "#ff0000",
  "sort": 10
}