Get an assignments for a task

GET {{baseUrl}}/tasks/:taskId/assignments?includeUserIds=false&includeGroupIds=false

Get an assignments for a task.

Request Params

KeyDatatypeRequiredDescription
includeUserIdsbooleanIndication to include OTDS Id instead of email for users in the response.
includeGroupIdsbooleanIndication to include id instead of name for groups and roles in response.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"content":[[{"group":"testgroup","links":{"empty":true},"type":"assignee","user":"testCandidate@test.com"},{"group":"testgroup","links":{"empty":true},"type":"assignee","user":"testCandidate@test.com"}],[{"group":"testgroup","links":{"empty":false},"type":"assignee","user":"testCandidate@test.com"},{"group":"testgroup","links":{"empty":true},"type":"assignee","user":"testCandidate@test.com"}]],"links":{"empty":true}}