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

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

to it.

Path parameters

  • sequence_id Required

Responses

  • 200

    Shots related to given sequence

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