GET api/CMS/notification/NotificationByID?id={id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "NotificationID": 1,
  "NotificationTitlePublished": "sample string 2",
  "NotificationTitleDraft": "sample string 3",
  "NotificationRefNoPublished": "sample string 4",
  "NotificationRefNoDraft": "sample string 5",
  "NotificationContentPublished": "sample string 6",
  "NotificationContentDraft": "sample string 7",
  "NotificationImagePathPublished": "sample string 8",
  "NotificationImagePathDraft": "sample string 9",
  "NotificationFilePathPublished": "sample string 10",
  "NotificationFilePathDraft": "sample string 11",
  "NotificationDatePublished": "2026-03-31T16:41:09.6509643+05:30",
  "NotificationDateDraft": "2026-03-31T16:41:09.6509643+05:30",
  "IsNew": true,
  "DraftedBy": "sample string 15",
  "DraftDate": "2026-03-31T16:41:09.6509643+05:30",
  "PublishedBy": "sample string 17",
  "PublishedDate": "2026-03-31T16:41:09.6509643+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 21
}

application/xml, text/xml

Sample:
<utblCMSNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <DraftDate>2026-03-31T16:41:09.6509643+05:30</DraftDate>
  <DraftedBy>sample string 15</DraftedBy>
  <IsDraft>true</IsDraft>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <NotificationContentDraft>sample string 7</NotificationContentDraft>
  <NotificationContentPublished>sample string 6</NotificationContentPublished>
  <NotificationDateDraft>2026-03-31T16:41:09.6509643+05:30</NotificationDateDraft>
  <NotificationDatePublished>2026-03-31T16:41:09.6509643+05:30</NotificationDatePublished>
  <NotificationFilePathDraft>sample string 11</NotificationFilePathDraft>
  <NotificationFilePathPublished>sample string 10</NotificationFilePathPublished>
  <NotificationID>1</NotificationID>
  <NotificationImagePathDraft>sample string 9</NotificationImagePathDraft>
  <NotificationImagePathPublished>sample string 8</NotificationImagePathPublished>
  <NotificationRefNoDraft>sample string 5</NotificationRefNoDraft>
  <NotificationRefNoPublished>sample string 4</NotificationRefNoPublished>
  <NotificationTitleDraft>sample string 3</NotificationTitleDraft>
  <NotificationTitlePublished>sample string 2</NotificationTitlePublished>
  <PublishedBy>sample string 17</PublishedBy>
  <PublishedDate>2026-03-31T16:41:09.6509643+05:30</PublishedDate>
  <ViewCount>21</ViewCount>
</utblCMSNotification>