Task#

Allows managing Tasks. The user can create a new Task, retrieve information about a Task, update information about a Task, and delete a Task.

Table with all available Task statuses:

Methods:

1) Creating a Task1

2) Retrieving a Task by GUID or name2

3) Retrieving detailed information about a specific Task from the specified Queue by GUID or name of the given Queue based on the specified parameters3

4) Retrieving a list of Tasks related to the GUID or name of the Queue4

5) Updating a Task5

6) Deleting a Task6

7) Managing Tags7

8) Removing Tags from a Task by GUID or name8

Примечания

  1. /api/task/create

  2. /api/task/read

  3. /api/task/filter/read/{guid}[/{filters}]

  4. /api/task/filter/list/{guid}[/{filters}]

  5. /api/task/update

  6. /api/task/delete

  7. /api/task/addTag

  8. /api/task/removeTag