Resource to retrieve the casting of shots from given episode.
Path parameters
-
project_id
Required -
episode_id
Required
GET
/data/projects/{project_id}/episodes/{episode_id}/sequences/all/casting
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/episodes/{episode_id}/sequences/all/casting' \
--header "Authorization: $API_KEY"