Adds a notification to display to admins when they log into a tenant.
GET /thirdpartyapps/notification/{appId}/{messageId}
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.699Z"
},
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}