🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/camera/getMinimalCameraLocationMap \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "cameraLocationMap": {}, "error": true, "errorMsg": "<string>", "warningMsg": "<string>" }
Get basic information about all cameras and their locations in organization
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to retrieve a mapping of cameras to their location information.
OK
Response containing a mapping of cameras to their location information.
Mapping of camera UUIDs to location information
Show child attributes
Was this page helpful?