List a task's assignments
List a task's assignments
To list all of the assignments for a specific tasks, call the
GET /tasks/:task_id/assignments
with the task
id
.
cURL
curl -i -X GET "https://api.box.com/2.0/task_assignments/12345" \
-H "authorization: Bearer <ACCESS_TOKEN>"