Get task assignment information
Get task assignment information
To get information about an assigned task, call the
GET /tasks/:task_id/assignments
API with the
id
of the task assignment.
cURL
curl -i -X GET "https://api.box.com/2.0/task_assignments/12345" \
-H "authorization: Bearer <ACCESS_TOKEN>"