Resource to retrieve the casting of episodes.

GET /data/projects/{project_id}/episodes/casting

Path parameters

Responses

  • 200

    Casting of episodes

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