GET api/CMS/event/GetEventByID?id={id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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:
{
"EventID": 1,
"EventTitlePublished": "sample string 2",
"EventTitleDraft": "sample string 3",
"EventDatePublished": "2026-03-31T16:41:50.5728374+05:30",
"EventDateDraft": "2026-03-31T16:41:50.5728374+05:30",
"EventContentPublished": "sample string 6",
"EventContentDraft": "sample string 7",
"EventImagePathPublished": "sample string 8",
"EventImagePathDraft": "sample string 9",
"EventDocumentFilePathPublished": "sample string 10",
"EventDocumentFilePathDraft": "sample string 11",
"IsPopUp": true,
"IsNew": true,
"DraftedBy": "sample string 14",
"DraftDate": "2026-03-31T16:41:50.5728374+05:30",
"PublishedBy": "sample string 16",
"PublishedDate": "2026-03-31T16:41:50.5728374+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 20
}
application/xml, text/xml
Sample:
<utblCMSEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model"> <DraftDate>2026-03-31T16:41:50.5728374+05:30</DraftDate> <DraftedBy>sample string 14</DraftedBy> <EventContentDraft>sample string 7</EventContentDraft> <EventContentPublished>sample string 6</EventContentPublished> <EventDateDraft>2026-03-31T16:41:50.5728374+05:30</EventDateDraft> <EventDatePublished>2026-03-31T16:41:50.5728374+05:30</EventDatePublished> <EventDocumentFilePathDraft>sample string 11</EventDocumentFilePathDraft> <EventDocumentFilePathPublished>sample string 10</EventDocumentFilePathPublished> <EventID>1</EventID> <EventImagePathDraft>sample string 9</EventImagePathDraft> <EventImagePathPublished>sample string 8</EventImagePathPublished> <EventTitleDraft>sample string 3</EventTitleDraft> <EventTitlePublished>sample string 2</EventTitlePublished> <IsDraft>true</IsDraft> <IsNew>true</IsNew> <IsPopUp>true</IsPopUp> <IsPublished>true</IsPublished> <PublishedBy>sample string 16</PublishedBy> <PublishedDate>2026-03-31T16:41:50.5728374+05:30</PublishedDate> <ViewCount>20</ViewCount> </utblCMSEvent>