Endpoint Overview
GET
/api/tasks/v4/tasks/{task_id}/recipientsList recipients for task
/api/tasks/v4/tasks/{task_id}/recipientsGet the recipients for a specified task id with the corresponding progress status.
task_id stringrequiredThe primary identifier of the task to access.
search_term stringDefines 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 stringA cursor pointing to the first item to be contained in the response array. Refer to our general "pagination" concept for more information.
page_limit integerThe maximum number of items to be contained in the response array. Refer to our general "pagination" concept for more information.
sort string[]200 OK