Notification
Manage User Notifications.
Find
Endpoint
HTTP
POST /notification/findAuthorized User Role
userRequest Body
| Field | Type | Notes |
|---|---|---|
| type | string | Type. |
Query String Options
| Field | Type |
|---|---|
| filter | string |
| hidden | boolean |
| index | string |
| limit | number |
| log | boolean |
| next | object |
| prev | object |
| where | string |
Response
Paged response.
| Field | Type | Notes |
|---|---|---|
| data | array | An array of Notification records. |
| next | string | Paged cursor to use for the next page of items. |
| prev | string | Pages cursor to use for the previous page of items. |
Notification
| Field | Type |
|---|---|
| accountId | string |
| channel | string |
| data | string |
| destination | string |
| enable | boolean |
| format | string |
| headers | object |
| id | string |
| method | string |
| name | string |
| region | string |
Get
Endpoint
HTTP
POST /notification/getAuthorized User Role
adminRequest Body
| Field | Type | Notes |
|---|---|---|
| id | string | Notification ID. |
Response
| Field | Type |
|---|---|
| accountId | string |
| channel | string |
| data | string |
| destination | string |
| enable | boolean |
| format | string |
| headers | object |
| id | string |
| method | string |
| name | string |
| region | string |
