GET api/general/aboutus/GetCMSContent?contentname={contentname}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
contentname
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "CMSContentID": 1,
  "CMSContentName": "sample string 2",
  "CMSContentTitle": "sample string 3",
  "CMSContentPublished": "sample string 4",
  "CMSContentDraft": "sample string 5",
  "ContentCategory": "sample string 6",
  "ContentSubCategory": "sample string 7",
  "DraftedBy": "sample string 8",
  "DraftDate": "2026-03-31T16:45:11.6362848+05:30",
  "PublishedBy": "sample string 10",
  "PublishedDate": "2026-03-31T16:45:11.6362848+05:30",
  "IsNew": true,
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 15
}

application/xml, text/xml

Sample:
<utblCMSContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <CMSContentDraft>sample string 5</CMSContentDraft>
  <CMSContentID>1</CMSContentID>
  <CMSContentName>sample string 2</CMSContentName>
  <CMSContentPublished>sample string 4</CMSContentPublished>
  <CMSContentTitle>sample string 3</CMSContentTitle>
  <ContentCategory>sample string 6</ContentCategory>
  <ContentSubCategory>sample string 7</ContentSubCategory>
  <DraftDate>2026-03-31T16:45:11.6362848+05:30</DraftDate>
  <DraftedBy>sample string 8</DraftedBy>
  <IsDraft>true</IsDraft>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 10</PublishedBy>
  <PublishedDate>2026-03-31T16:45:11.6362848+05:30</PublishedDate>
  <ViewCount>15</ViewCount>
</utblCMSContent>