Retrieve all scene entries.

GET /data/scenes/all

Filters can be specified in the query string.

Responses

  • 200

    All scene entries

GET /data/scenes/all
curl \
 -X GET http://localhost:8080/api/data/scenes/all \
 -H "Authorization: $API_KEY"