Retrieve all camera instances linked to scene.

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

Path parameters

Responses

  • 201

    All camera instances linked to scene

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