/
/Uspacy api
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 16h ago · Updated 2mo ago
appService4
authService10
custom fields (usersService)9
departments (usersService)8
emailService23
fileImport1
filesService8
groupService20
history1
incoming webhooks (usersService)5
invite (usersService)5
outgoing webhooks (usersService)6
roles (usersService)6
searchService1
tasksService32
  • getGet available tasks list
  • postCreate task
  • getGet task by id
  • deleteDelete task by id
  • patchEdit task by id
  • getGet kanban stages
  • postCreate kanban stage
  • getGet kanban stage by id
  • deleteDelete kanban stage by id
  • patchUpdate kanban stage by id
  • postMoving a task to stage
  • getGet checklist by task id
  • postCreate checklist for task
  • deleteDelete checklist from task by id
  • patchUpdate checklist for task
  • getGet checklist items by id
  • postCreate checklist for task
  • deleteDelete item to checklist by id
  • patchUpdate checklist for task
  • postBulk ready tasks
  • postBulk deletion tasks
  • postBulk editing tasks
  • postTransfer tasks to another user.
  • postTransfer tasks to department.
  • patchTake on a task.
  • patchStopped the task.
  • patchComplete the task
  • patchRestart the task
  • patchWatch the task.
  • patchUnwatch the task.
  • getGet available settings list
  • putUpdate tasks settings
usersService20
    tasksService

    Get kanban stages

    Get kanban stages

    get/tasks/v1/stages

    Response

    OK

    Example response

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

    Changes