|
POST
|
/pub/v1/tasks/{id}/percent
|
Changing task completion percentage
|
|
POST
|
/pub/v1/tasks/{id}/dates
|
Changing task dates
|
|
GET
|
/pub/v1/tasks/list/income
|
Getting a list of incoming tasks
|
|
POST
|
/pub/v1/tasks/list/income
|
Getting a list of incoming tasks
|
|
GET
|
/pub/v1/tasks/list/outcome
|
Getting a list of outgoing tasks
|
|
POST
|
/pub/v1/tasks/list/outcome
|
Getting a list of outgoing tasks
|
|
GET
|
/pub/v1/tasks/{id}/exits
|
Getting a list of outputs for task
|
|
POST
|
/pub/v1/tasks/list
|
Getting a list of tasks
|
|
GET
|
/pub/v1/tasks/list
|
Getting a list of tasks
|
|
POST
|
/pub/v1/tasks/list/participate
|
Getting a list of tasks in "Assisting" section
|
|
GET
|
/pub/v1/tasks/list/participate
|
Getting a list of tasks in the "Assisting" section
|
|
GET
|
/pub/v1/tasks/list/of/{id}
|
Getting a list of user tasks
|
|
POST
|
/pub/v1/tasks/list/of/{id}
|
Getting a list of user tasks
|
|
GET
|
/pub/v1/tasks/{id}/get
|
Getting task by ID
|
|
PUT
|
/pub/v1/tasks/{id}/submit
|
Task execution
|
|
POST
|
/pub/v1/tasks/{id}/reassign
|
Task reassignment
|