Resource to retrieve the casting of shots from all sequences of given

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

project.

Path parameters

Responses

  • 200

    Casting for all shots from given project.

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