Resource to retrieve the casting of shots from given sequence.

GET /data/projects/{project_id}/sequences/{sequence_id}/casting

Path parameters

Responses

  • 200

    Casting of shots from given sequence

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