Retrieve all asset instances linked to scene.

GET /data/scenes/{scene_id}/asset-instances

Path parameters

Responses

  • 200

    All asset instances linked to given scene

GET /data/scenes/{scene_id}/asset-instances
curl \
 -X GET http://localhost:8080/api/data/scenes/{scene_id}/asset-instances \
 -H "Authorization: $API_KEY"