URL
https://devwebapi.leadmaster.com/api/LMAPI/GetPushNotificationHistory
Description
Gives list of all push notifications of current user.
HttpMethod
POST
Response Information
Response body formats
application/json, text/json
Sample:
{
"StatusCode": 100,
"IsSuccess": true,
"Message": "sample string 2",
"Result": [
{
"Id": 1.0,
"Subject": "sample string 2",
"Message": "sample string 3",
"RECDNO": 4,
"DateCreatedString": "sample string 5",
"UTCDateCreated": "2025-12-18T13:08:59.064991-05:00",
"RecordUrl": "sample string 7"
},
{
"Id": 1.0,
"Subject": "sample string 2",
"Message": "sample string 3",
"RECDNO": 4,
"DateCreatedString": "sample string 5",
"UTCDateCreated": "2025-12-18T13:08:59.064991-05:00",
"RecordUrl": "sample string 7"
},
{
"Id": 1.0,
"Subject": "sample string 2",
"Message": "sample string 3",
"RECDNO": 4,
"DateCreatedString": "sample string 5",
"UTCDateCreated": "2025-12-18T13:08:59.064991-05:00",
"RecordUrl": "sample string 7"
}
]
}
application/xml, text/xml
Sample:
<APIResponseBaseOfArrayOfPushNotificationModel6ZPUqztj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessObjects.ViewModel">
<IsSuccess>true</IsSuccess>
<Message>sample string 2</Message>
<Result>
<PushNotificationModel>
<DateCreatedString>sample string 5</DateCreatedString>
<Id>1</Id>
<Message>sample string 3</Message>
<RECDNO>4</RECDNO>
<RecordUrl>sample string 7</RecordUrl>
<Subject>sample string 2</Subject>
<UTCDateCreated>2025-12-18T13:08:59.064991-05:00</UTCDateCreated>
</PushNotificationModel>
<PushNotificationModel>
<DateCreatedString>sample string 5</DateCreatedString>
<Id>1</Id>
<Message>sample string 3</Message>
<RECDNO>4</RECDNO>
<RecordUrl>sample string 7</RecordUrl>
<Subject>sample string 2</Subject>
<UTCDateCreated>2025-12-18T13:08:59.064991-05:00</UTCDateCreated>
</PushNotificationModel>
<PushNotificationModel>
<DateCreatedString>sample string 5</DateCreatedString>
<Id>1</Id>
<Message>sample string 3</Message>
<RECDNO>4</RECDNO>
<RecordUrl>sample string 7</RecordUrl>
<Subject>sample string 2</Subject>
<UTCDateCreated>2025-12-18T13:08:59.064991-05:00</UTCDateCreated>
</PushNotificationModel>
</Result>
<StatusCode>Continue</StatusCode>
</APIResponseBaseOfArrayOfPushNotificationModel6ZPUqztj>