v1
latestOpenAPI 3.1.02026-07-14159142161.9 KBtasksService
Transfer tasks to department.
Transfer tasks to department.
post/tasks/v1/transferToDepartment
Request body
Example request
{
"departmentUserIds": [
"11",
"22"
],
"owner": true
}Response
OK
Example response
{
"status": true,
"countOwnerTasks": 2,
"countResponsibleTasks": 4
}