Resource to retrieve the casting of a given entity.

GET /data/projects/{project_id}/entities/{entity_id}/casting

Path parameters

Responses

  • 200

    Casting of given entity

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