Retrieve all shots related to a given episode.

GET /data/episodes/{episode_id}/shots

Path parameters

Responses

  • 200

    All shots related to given episode

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