Retrieve all shot entries for a given sequence.

GET /data/sequences/{sequence_id}/shots

Filters can be specified in the query string.

Responses

  • All shot entries for given sequence

GET /data/sequences/{sequence_id}/shots
curl \
 --request GET http://api.example.com/data/sequences/{sequence_id}/shots \
 --header "Authorization: $API_KEY"