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

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

to it.

Path parameters

  • sequence_id string(uuid) Required

Responses

  • 200 application/json

    Scenes related to given sequence

  • 404

    Sequence not found

GET /data/user/sequences/{sequence_id}/scenes
curl \
 --request GET 'http://api.example.com/data/user/sequences/a24a6ea4-ce75-4665-a070-57453082c25/scenes' \
 --header "Authorization: $API_KEY"
Response examples (200)
[
  {}
]