GET api/AmberPushNotification/GetPushNotificationList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AmberPushNotificationDTOName | Description | Type | Additional information |
---|---|---|---|
NotificationId | integer |
None. |
|
Message | string |
None. |
|
Status | integer |
None. |
|
SentTime | date |
None. |
|
CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "NotificationId": 1, "Message": "sample string 2", "Status": 3, "SentTime": "2025-10-14T02:36:28.6235603-07:00", "CreateDate": "2025-10-14T02:36:28.6235603-07:00" }, { "NotificationId": 1, "Message": "sample string 2", "Status": 3, "SentTime": "2025-10-14T02:36:28.6235603-07:00", "CreateDate": "2025-10-14T02:36:28.6235603-07:00" } ]