Retrieve all shots that come from given scene.

GET /data/scenes/{scene_id}/shots

Path parameters

Responses

  • 200

    All shots that come from given scene

GET /data/scenes/{scene_id}/shots
curl \
 -X GET http://localhost:8080/api/data/scenes/{scene_id}/shots \
 -H "Authorization: $API_KEY"