Next Topic

Previous Topic

Book Contents

Get Third Party App Notifications

Returns an array of third party notifications for a specified app.

GET /thirdpartyapps/notification/{appId}

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.693Z"
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}