🚧 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/user/updatePartnerUserNotificationSettings \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"allClientsSelected": true,
"clientNotificationIntervalsMap": {},
"notificationIntervalsForAllClients": [
{
"clientUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"rows": [
{
"activities": [
"SOUND_LOUD"
],
"days": [
"MONDAY"
],
"diagnostics": [
"CAMERA_CONNECTED"
],
"interval": {
"dayOfWeek": 123,
"minuteOfDayStartInclusive": 123,
"minuteOfDayStopExclusive": 123
},
"mediums": [
"SMS"
]
}
]
}
],
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"smsPhoneNumbers": [
"<string>"
],
"summaryEmailEnabled": true,
"updatedSetMethodMap": {},
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Update notification settings for partner user with partner-specific notification configurations.
curl --request POST \
--url https://api2.rhombussystems.com/api/user/updatePartnerUserNotificationSettings \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"allClientsSelected": true,
"clientNotificationIntervalsMap": {},
"notificationIntervalsForAllClients": [
{
"clientUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"rows": [
{
"activities": [
"SOUND_LOUD"
],
"days": [
"MONDAY"
],
"diagnostics": [
"CAMERA_CONNECTED"
],
"interval": {
"dayOfWeek": 123,
"minuteOfDayStartInclusive": 123,
"minuteOfDayStopExclusive": 123
},
"mediums": [
"SMS"
]
}
]
}
],
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"smsPhoneNumbers": [
"<string>"
],
"summaryEmailEnabled": true,
"updatedSetMethodMap": {},
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("partner-api-token").
17Show child attributes
Show child attributes
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Show child attributes
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Was this page helpful?