Notification Details
Get Notifications to Device
URL
sales/get_notifications
Method
POST
Request Media type
application/json
Response Media type
application/json
Request Parameters
| Parameter | Data Type | Min | Max | M/O | Sample Value | Comments |
|---|---|---|---|---|---|---|
| key | String | 32 | 32 | M | 3ZaKV6YRAuTdWA7sp5P9b14RDDYXQ3Wh | Key obtained from authentiaction. |
| deviceid | String | M | GB_routes_C35EAF1416256520A00BCDB138F48EFC08AE7B18 | Device Id |
Response Values
| Name | Data Type | Min Length | Max Length | M/O | Sample Value | Comments |
|---|---|---|---|---|---|---|
| details | Array | M | ||||
| messageText | String | M | Hello Anandhu S | |||
| entryDate | String | M | 2025-09-09 14:31:00.000 | |||
| responseId | String | M | 0:1757408752657388%4aa909f84aa909f8 | |||
| sentDate | String | M | 2025-09-09 14:34:00.000 | |||
| seenStatus | String | M | F | |||
| seenDate | String | M | NULL | |||
| entryId | String | M | 1 |
Sample Request
{
"key": "QH7LlQ3wQMK9oYEKjeG5QOIVJQT4emeq",
"deviceid": "GB_routes_C35EAF1416256520A00BCDB138F48EFC08AE7B18"
}
Sample Success Response
{
"details": [
{
"messageText": "Hello Anandhu S",
"entryDate": "2025-09-09 14:31:00.000",
"responseId": "0:1757408752657388%4aa909f84aa909f8",
"sentDate": "2025-09-09 14:34:00.000",
"seenStatus": "F",
"seenDate": "NULL",
"entryId": "1"
}
],
"e": 200,
"msg": "Success"
}