API ReferenceNotification settings
Get notification settings for a specific user (admin)
AuthorizationBearer <token>
In: header
Path Parameters
tenantId*string
userId*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/notifications/settings/string/string"{
"digestFrequency": "OFF",
"disabledEmailScopes": [
"string"
],
"disabledInAppScopes": [
"string"
],
"disabledPushScopes": [
"string"
],
"disabledScopes": [
"string"
],
"enabledCategories": [
"ERP"
],
"id": "string",
"inAppNotificationSoundEnabled": true,
"inAppNotificationsEnabled": true,
"pushNotificationsEnabled": true,
"userId": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}