GET api/general/notification/GetGeneralNotificationTopList
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"NotificationID": 1,
"NotificationTitlePublished": "sample string 2",
"NotificationRefNoPublished": "sample string 3",
"NotificationContentPublished": "sample string 4",
"NotificationImagePathPublished": "sample string 5",
"NotificationFilePathPublished": "sample string 6",
"NotificationDatePublished": "2026-03-31T16:45:17.8862827+05:30",
"IsNew": true
},
{
"NotificationID": 1,
"NotificationTitlePublished": "sample string 2",
"NotificationRefNoPublished": "sample string 3",
"NotificationContentPublished": "sample string 4",
"NotificationImagePathPublished": "sample string 5",
"NotificationFilePathPublished": "sample string 6",
"NotificationDatePublished": "2026-03-31T16:45:17.8862827+05:30",
"IsNew": true
},
{
"NotificationID": 1,
"NotificationTitlePublished": "sample string 2",
"NotificationRefNoPublished": "sample string 3",
"NotificationContentPublished": "sample string 4",
"NotificationImagePathPublished": "sample string 5",
"NotificationFilePathPublished": "sample string 6",
"NotificationDatePublished": "2026-03-31T16:45:17.8862827+05:30",
"IsNew": true
}
]
application/xml, text/xml
Sample:
<ArrayOfCMSNotificationViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
<CMSNotificationViewModel>
<IsNew>true</IsNew>
<NotificationContentPublished>sample string 4</NotificationContentPublished>
<NotificationDatePublished>2026-03-31T16:45:17.8862827+05:30</NotificationDatePublished>
<NotificationFilePathPublished>sample string 6</NotificationFilePathPublished>
<NotificationID>1</NotificationID>
<NotificationImagePathPublished>sample string 5</NotificationImagePathPublished>
<NotificationRefNoPublished>sample string 3</NotificationRefNoPublished>
<NotificationTitlePublished>sample string 2</NotificationTitlePublished>
</CMSNotificationViewModel>
<CMSNotificationViewModel>
<IsNew>true</IsNew>
<NotificationContentPublished>sample string 4</NotificationContentPublished>
<NotificationDatePublished>2026-03-31T16:45:17.8862827+05:30</NotificationDatePublished>
<NotificationFilePathPublished>sample string 6</NotificationFilePathPublished>
<NotificationID>1</NotificationID>
<NotificationImagePathPublished>sample string 5</NotificationImagePathPublished>
<NotificationRefNoPublished>sample string 3</NotificationRefNoPublished>
<NotificationTitlePublished>sample string 2</NotificationTitlePublished>
</CMSNotificationViewModel>
<CMSNotificationViewModel>
<IsNew>true</IsNew>
<NotificationContentPublished>sample string 4</NotificationContentPublished>
<NotificationDatePublished>2026-03-31T16:45:17.8862827+05:30</NotificationDatePublished>
<NotificationFilePathPublished>sample string 6</NotificationFilePathPublished>
<NotificationID>1</NotificationID>
<NotificationImagePathPublished>sample string 5</NotificationImagePathPublished>
<NotificationRefNoPublished>sample string 3</NotificationRefNoPublished>
<NotificationTitlePublished>sample string 2</NotificationTitlePublished>
</CMSNotificationViewModel>
</ArrayOfCMSNotificationViewModel>