Path parameters

Responses

  • 200

    All working files for given entity and possibly a task and a name

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