GET api/general/portalcontent/GetPortalContent?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",
  "CMSContentTitlePublished": "sample string 3",
  "CMSContentTitleDraft": "sample string 4",
  "CMSContentPublished": "sample string 5",
  "CMSContentDraft": "sample string 6",
  "DraftedBy": "sample string 7",
  "DraftDate": "2026-03-31T16:43:57.7740102+05:30",
  "PublishedBy": "sample string 9",
  "PublishedDate": "2026-03-31T16:43:57.7740102+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 13
}

application/xml, text/xml

Sample:
<utblCMSPortalContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <CMSContentDraft>sample string 6</CMSContentDraft>
  <CMSContentID>1</CMSContentID>
  <CMSContentName>sample string 2</CMSContentName>
  <CMSContentPublished>sample string 5</CMSContentPublished>
  <CMSContentTitleDraft>sample string 4</CMSContentTitleDraft>
  <CMSContentTitlePublished>sample string 3</CMSContentTitlePublished>
  <DraftDate>2026-03-31T16:43:57.7740102+05:30</DraftDate>
  <DraftedBy>sample string 7</DraftedBy>
  <IsDraft>true</IsDraft>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 9</PublishedBy>
  <PublishedDate>2026-03-31T16:43:57.7740102+05:30</PublishedDate>
  <ViewCount>13</ViewCount>
</utblCMSPortalContent>