Return all attachment files related to given task.

GET /data/tasks/{task_id}/attachment-files

Path parameters

Responses

  • 200

    All attachment files related to given task

GET /data/tasks/{task_id}/attachment-files
curl \
 -X GET http://localhost:8080/api/data/tasks/{task_id}/attachment-files \
 -H "Authorization: $API_KEY"