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