🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
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
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>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to retrieve all video wall configurations.
OK
Response containing video wall configurations and associated user name mappings.
Was this page helpful?