GET api/general/media/EventNotList

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "EventNotID": 1,
    "EventNotDatePublished": "2026-03-31T16:41:11.7447141+05:30",
    "EventNotTitlePublished": "sample string 3",
    "EventNotDescPublished": "sample string 4",
    "EventNotPathPublished": "sample string 5",
    "EventNotType": "sample string 6",
    "IsNew": true
  },
  {
    "EventNotID": 1,
    "EventNotDatePublished": "2026-03-31T16:41:11.7447141+05:30",
    "EventNotTitlePublished": "sample string 3",
    "EventNotDescPublished": "sample string 4",
    "EventNotPathPublished": "sample string 5",
    "EventNotType": "sample string 6",
    "IsNew": true
  },
  {
    "EventNotID": 1,
    "EventNotDatePublished": "2026-03-31T16:41:11.7447141+05:30",
    "EventNotTitlePublished": "sample string 3",
    "EventNotDescPublished": "sample string 4",
    "EventNotPathPublished": "sample string 5",
    "EventNotType": "sample string 6",
    "IsNew": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfCMSEventNotViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <CMSEventNotViewModel>
    <EventNotDatePublished>2026-03-31T16:41:11.7447141+05:30</EventNotDatePublished>
    <EventNotDescPublished>sample string 4</EventNotDescPublished>
    <EventNotID>1</EventNotID>
    <EventNotPathPublished>sample string 5</EventNotPathPublished>
    <EventNotTitlePublished>sample string 3</EventNotTitlePublished>
    <EventNotType>sample string 6</EventNotType>
    <IsNew>true</IsNew>
  </CMSEventNotViewModel>
  <CMSEventNotViewModel>
    <EventNotDatePublished>2026-03-31T16:41:11.7447141+05:30</EventNotDatePublished>
    <EventNotDescPublished>sample string 4</EventNotDescPublished>
    <EventNotID>1</EventNotID>
    <EventNotPathPublished>sample string 5</EventNotPathPublished>
    <EventNotTitlePublished>sample string 3</EventNotTitlePublished>
    <EventNotType>sample string 6</EventNotType>
    <IsNew>true</IsNew>
  </CMSEventNotViewModel>
  <CMSEventNotViewModel>
    <EventNotDatePublished>2026-03-31T16:41:11.7447141+05:30</EventNotDatePublished>
    <EventNotDescPublished>sample string 4</EventNotDescPublished>
    <EventNotID>1</EventNotID>
    <EventNotPathPublished>sample string 5</EventNotPathPublished>
    <EventNotTitlePublished>sample string 3</EventNotTitlePublished>
    <EventNotType>sample string 6</EventNotType>
    <IsNew>true</IsNew>
  </CMSEventNotViewModel>
</ArrayOfCMSEventNotViewModel>