Returns an array of third party notifications for a specified app.
GET /thirdpartyapps/notification/{appId}
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* = required
Sample Response Model
{
"Result": [
{
"Id": "string",
"AppId": 0,
"TenantId": 0,
"Title": "string",
"Message": "string",
"NavigateTo": "string",
"DateCreated": "2017-08-02T22:11:20.693Z"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}