Lists all tasks for a file
Lists all tasks for a file
To list all of the tasks for a specific file, call the
GET /files/:id/tasks
with the id
of the file.
cURL
curl -i -X GET "https://api.box.com/2.0/files/12345/tasks" \
-H "authorization: Bearer <ACCESS_TOKEN>"