Return shots related to given sequence if the current user has access

GET /data/user/sequences/{sequence_id}/shots

to it.

Path parameters

Responses

  • 200

    Shots related to given sequence

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