GET api/CMS/Activity/ActivityByID?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:
{
  "ActivityID": 1,
  "ActivityTitleDraft": "sample string 2",
  "ActivityTitlePublished": "sample string 3",
  "ActivityDateDraft": "2026-03-31T16:41:10.4635322+05:30",
  "ActivityDatePublished": "2026-03-31T16:41:10.4635322+05:30",
  "ActivityDescPublished": "sample string 6",
  "ActivityDescDraft": "sample string 7",
  "IsNew": true,
  "DraftedBy": "sample string 9",
  "DraftDate": "2026-03-31T16:41:10.4635322+05:30",
  "PublishedBy": "sample string 11",
  "PublishedDate": "2026-03-31T16:41:10.4635322+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 15
}

application/xml, text/xml

Sample:
<utblCMSActivity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <ActivityDateDraft>2026-03-31T16:41:10.4635322+05:30</ActivityDateDraft>
  <ActivityDatePublished>2026-03-31T16:41:10.4635322+05:30</ActivityDatePublished>
  <ActivityDescDraft>sample string 7</ActivityDescDraft>
  <ActivityDescPublished>sample string 6</ActivityDescPublished>
  <ActivityID>1</ActivityID>
  <ActivityTitleDraft>sample string 2</ActivityTitleDraft>
  <ActivityTitlePublished>sample string 3</ActivityTitlePublished>
  <DraftDate>2026-03-31T16:41:10.4635322+05:30</DraftDate>
  <DraftedBy>sample string 9</DraftedBy>
  <IsDraft>true</IsDraft>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 11</PublishedBy>
  <PublishedDate>2026-03-31T16:41:10.4635322+05:30</PublishedDate>
  <ViewCount>15</ViewCount>
</utblCMSActivity>