Return all attachment files related to given project.

GET /data/projects/{project_id}/attachment-files

Path parameters

Responses

  • 200

    All attachment files related to given project

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