Skip Navigation Links

Task Recipients

List recipients for taskexperimental

Requires authentication via bearer.

Get the recipients for a specified task id with the corresponding progress status.

Path Params

task_id stringrequired

The primary identifier of the task to access.

Query Params

search_term string

Defines the search term to search for users by their first and / or last name. To search for multiple words, the words are comma seperated. Example "Hans, Mueller". The search term is case-insensitive.

assignment_status string[]
progress_status string[]

Filter for the assignment progress status. Possible values are:

  • NEW: The recipient has never seen the task before.
  • OPEN: The recipient has seen but not finished the task.
  • FINISHED: The recipient has finished the task.
page_cursor string

A cursor pointing to the first item to be contained in the response array. Refer to our general "pagination" concept for more information.

page_limit integer

The maximum number of items to be contained in the response array. Refer to our general "pagination" concept for more information.

sort string[]

Response Body

200 OK

Error Codes

  • FEATURE_DISABLED
  • TASK_NOT_FOUND