Get episode shots casting
Retrieve the casting information for all shots from a specific episode.
GET
/data/projects/{project_id}/episodes/{episode_id}/sequences/all/casting
curl \
--request GET 'http://api.example.com/data/projects/a24a6ea4-ce75-4665-a070-57453082c25/episodes/d57d9hd7-fh08-7998-d403-80786315f58/sequences/all/casting' \
--header "Authorization: $API_KEY"
Response examples (200)
[
{
"shot_id": "e68e0ie8-gi19-8009-e514-91897426g69",
"shot_name": "SH001",
"casting": [
{
"asset_id": "c46c8gc6-eg97-6887-c292-79675204e47",
"asset_name": "Main Character"
}
]
}
]