Next Topic

Previous Topic

Book Contents

Get Third Party App Notification

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

Id*

guid

 

 

AppId*

int32

 

 

TenantId*

decimal

 

 

Title*

string

 

 

Message*

string

 

 

NavigateTo*

string

 

 

DateCreated*

datetime

 

 

* = 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"
}