🚧 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/getOrgNotificationTemplate \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "error": true, "errorMsg": "<string>", "notificationSettings": { "notificationIntervalsV2": [ { "activityTriggerMap": {}, "deviceFilterSet": [ "AAAAAAAAAAAAAAAAAAAAAA" ], "diagnosticTriggerMap": {}, "locationActivityTriggerMap": {}, "locationDiagnosticTriggerMap": {}, "locationFilterSet": [ "AAAAAAAAAAAAAAAAAAAAAA" ], "locationOnlyFilterSet": [ "AAAAAAAAAAAAAAAAAAAAAA" ], "minuteOfWeekStart": 123, "minuteOfWeekStop": 123 } ], "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "smsPhoneNumbers": [ "<string>" ], "summaryEmailEnabled": true, "userUuid": "AAAAAAAAAAAAAAAAAAAAAA" }, "warningMsg": "<string>" }
This endpoint is no longer in use. Please use getOrgNotificationTemplateV2 instead.
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.
List of user notification settings (V3)
Show child attributes
Was this page helpful?