🚧 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/getVideoWalls \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "error": true, "errorMsg": "<string>", "userNameMap": {}, "videoWalls": [ { "deviceList": [ "AAAAAAAAAAAAAAAAAAAAAA.v0" ], "displayName": "<string>", "numShares": 5, "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "othersCanEdit": true, "ownerUserUuid": "AAAAAAAAAAAAAAAAAAAAAA", "settings": {}, "shared": true, "uuid": "AAAAAAAAAAAAAAAAAAAAAA" } ], "warningMsg": "<string>" }
Get list of video walls available for client
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to retrieve all video wall configurations.
OK
Response containing video wall configurations and associated user name mappings.
Mapping of user UUIDs to user names
Show child attributes
List of video wall summary information
Was this page helpful?