Get all output files for given entity and given output type.

GET /data/entities/{entity_id}/output-types/{output_type_id}/output-files

Path parameters

Responses

  • 200

    All output files for given entity and given output type

GET /data/entities/{entity_id}/output-types/{output_type_id}/output-files
curl \
 -X GET http://localhost:8080/api/data/entities/{entity_id}/output-types/{output_type_id}/output-files \
 -H "Authorization: $API_KEY"