GET api/general/media/WhatsNewList
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"WhatsNewList": [
{
"WhatsNewType": "sample string 1",
"WhatsNewID": 2,
"WhatsNewTitle": "sample string 3",
"WhatsNewDeptName": "sample string 4",
"WhatsNewPublishedDate": "2026-03-31T16:42:39.7860057+05:30"
},
{
"WhatsNewType": "sample string 1",
"WhatsNewID": 2,
"WhatsNewTitle": "sample string 3",
"WhatsNewDeptName": "sample string 4",
"WhatsNewPublishedDate": "2026-03-31T16:42:39.7860057+05:30"
},
{
"WhatsNewType": "sample string 1",
"WhatsNewID": 2,
"WhatsNewTitle": "sample string 3",
"WhatsNewDeptName": "sample string 4",
"WhatsNewPublishedDate": "2026-03-31T16:42:39.7860057+05:30"
}
]
}
application/xml, text/xml
Sample:
<CMSWhatsNewListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
<WhatsNewList>
<CMSWhatsNewViewModel>
<WhatsNewDeptName>sample string 4</WhatsNewDeptName>
<WhatsNewID>2</WhatsNewID>
<WhatsNewPublishedDate>2026-03-31T16:42:39.7860057+05:30</WhatsNewPublishedDate>
<WhatsNewTitle>sample string 3</WhatsNewTitle>
<WhatsNewType>sample string 1</WhatsNewType>
</CMSWhatsNewViewModel>
<CMSWhatsNewViewModel>
<WhatsNewDeptName>sample string 4</WhatsNewDeptName>
<WhatsNewID>2</WhatsNewID>
<WhatsNewPublishedDate>2026-03-31T16:42:39.7860057+05:30</WhatsNewPublishedDate>
<WhatsNewTitle>sample string 3</WhatsNewTitle>
<WhatsNewType>sample string 1</WhatsNewType>
</CMSWhatsNewViewModel>
<CMSWhatsNewViewModel>
<WhatsNewDeptName>sample string 4</WhatsNewDeptName>
<WhatsNewID>2</WhatsNewID>
<WhatsNewPublishedDate>2026-03-31T16:42:39.7860057+05:30</WhatsNewPublishedDate>
<WhatsNewTitle>sample string 3</WhatsNewTitle>
<WhatsNewType>sample string 1</WhatsNewType>
</CMSWhatsNewViewModel>
</WhatsNewList>
</CMSWhatsNewListViewModel>