Retrieve all shot entries for a given sequence.

GET /data/sequences/{sequence_id}/shots

Filters can be specified in the query string.

Path parameters

Responses

  • 200

    All shot entries for given sequence

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