Move person to task

Move a workflow entry to another task, deleting any open assignment. The destination task is given by task.id and may be in a different workflow. Fails when the person is already on that task.

Required permission: Full Write Workflows

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
≥ 1

The id of the workflow.

int32
required
≥ 1

The id of the workflow entry (from /api/workflows/people).

Body Params

The task to move the entry to

task
object | null

The workflow task entries are added to, when tied to a task. On writes, only the task id is used; tasks come from /api/workflows/{workflow}/tasks/list.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses
200

OK

401

Authentication is required, or the Ocs-Api-Key header is missing or invalid.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json