Return scenes related to given sequence if the current user has access
to it.
Path parameters
-
sequence_id
Required
GET
/data/user/sequences/{sequence_id}/scenes
curl \
--request GET 'http://api.example.com/data/user/sequences/{sequence_id}/scenes' \
--header "Authorization: $API_KEY"