Skip to main content
POST
/
api
/
org
/
getOrgNotificationTemplate
Get organization notification template
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>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for getting organization notification template.

Response

200 - application/json

OK

Response object containing organization notification template.

error
boolean | null
errorMsg
string | null
notificationSettings
object

List of user notification settings (V3)

warningMsg
string | null