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

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

to it.

Responses

  • Shots related to given sequence

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