🚧 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/org/getOrgNotificationTemplateV2 \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "error": true, "errorMsg": "<string>", "notificationSettings": { "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "smsPhoneNumbers": [ "<string>" ], "summaryEmailEnabled": true, "timeFrames": [ { "days": [ "MONDAY" ], "interval": { "dayOfWeek": 123, "minuteOfDayStartInclusive": 123, "minuteOfDayStopExclusive": 123 }, "mediums": [ "SMS" ], "rows": [ { "activities": [ "SOUND_LOUD" ], "devices": [ "AAAAAAAAAAAAAAAAAAAAAA.v0" ], "diagnostics": [ "CAMERA_CONNECTED" ], "locationOnly": [ "AAAAAAAAAAAAAAAAAAAAAA" ], "locationOnlyActivities": [ "SOUND_LOUD" ], "locationOnlyDiagnostics": [ "CAMERA_CONNECTED" ], "locations": [ "AAAAAAAAAAAAAAAAAAAAAA" ], "promptUuids": [ "AAAAAAAAAAAAAAAAAAAAAA" ] } ] } ], "userUuid": "AAAAAAAAAAAAAAAAAAAAAA" }, "warningMsg": "<string>" }
Get organization’s default notification schedule template
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for getting organization notification template.
OK
Response object containing organization notification template V2.
List of user notification settings (V4)
Show child attributes
Was this page helpful?