Notification
Manage User Notifications.
Find
Endpoint
HTTP
POST /notification/find
Authorized User Role
user
Request 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/get
Authorized User Role
admin
Request 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 |