GET api/v1/WebApp/NotificationHistory?deviceID={deviceID}¬ificationToken={notificationToken}&limit={limit}&offset={offset}&appVersion={appVersion}
Return list of Notifications for a particular device or token
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
deviceID |
deviceID from the mobile OS |
string |
None. |
notificationToken |
FCM NotificationToken |
string |
None. |
limit |
Number of records to return (from 1 to 100) |
integer |
Default value is 1 |
offset |
Offset by number of records |
integer |
Default value is 0 |
appVersion |
Major version number |
integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.