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

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

to it.

Path parameters

Responses

  • 200

    Scenes related to given sequence

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