Request

POST /pub/v1/tasks/{id}/reassign

Path parameters

Parameter name Value Description Additional
id uuid

Task ID

Required

Request body

The resource sent in the request body is  Task reassignment — Request. It contains the following writable properties:

{
    "comment": "string",
    "instanceId": "uuid",
    "userId": "uuid"
}

Properties

Name Type Description Additional
comment string

Comment

Optional
instanceId uuid

Process instance ID

Required
userId uuid

User ID

Required

Authorization

This request requires the use of one of following authorisation methods: API key

Response

The following HTTP status codes may be returned:

Status code Description Resource
200 OK

Task reassignment model

Task reassignment model (Task reassignment)
400 Bad Request

Invalid request parameters

403 Forbidden

Insufficient permissions to reassign the task

404 Not Found

Task not found