GET api/CMS/distcms/DistrictSubMenuContentByID?DistrictSubMenuContentID={DistrictSubMenuContentID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
DistrictSubMenuContentID
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "DistrictSubMenuContentID": 1,
  "DistrictContentID": 2,
  "DistrictSubMenuName": "sample string 3",
  "DistrictSubMenuTitlePublished": "sample string 4",
  "DistrictSubMenuTitleDraft": "sample string 5",
  "DistrictSubMenuContentPublished": "sample string 6",
  "DistrictSubMenuContentDraft": "sample string 7",
  "DistrictSubMenuContentURL": "sample string 8",
  "DistrictSubMenuFilePathPublished": "sample string 9",
  "DistrictSubMenuFilePathDraft": "sample string 10",
  "DraftedBy": "sample string 11",
  "DraftDate": "2026-03-31T16:41:47.6665839+05:30",
  "PublishedBy": "sample string 13",
  "PublishedDate": "2026-03-31T16:41:47.6665839+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 17
}

application/xml, text/xml

Sample:
<utblCMSDistrictSubMenuContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <DistrictContentID>2</DistrictContentID>
  <DistrictSubMenuContentDraft>sample string 7</DistrictSubMenuContentDraft>
  <DistrictSubMenuContentID>1</DistrictSubMenuContentID>
  <DistrictSubMenuContentPublished>sample string 6</DistrictSubMenuContentPublished>
  <DistrictSubMenuContentURL>sample string 8</DistrictSubMenuContentURL>
  <DistrictSubMenuFilePathDraft>sample string 10</DistrictSubMenuFilePathDraft>
  <DistrictSubMenuFilePathPublished>sample string 9</DistrictSubMenuFilePathPublished>
  <DistrictSubMenuName>sample string 3</DistrictSubMenuName>
  <DistrictSubMenuTitleDraft>sample string 5</DistrictSubMenuTitleDraft>
  <DistrictSubMenuTitlePublished>sample string 4</DistrictSubMenuTitlePublished>
  <DraftDate>2026-03-31T16:41:47.6665839+05:30</DraftDate>
  <DraftedBy>sample string 11</DraftedBy>
  <IsDraft>true</IsDraft>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 13</PublishedBy>
  <PublishedDate>2026-03-31T16:41:47.6665839+05:30</PublishedDate>
  <ViewCount>17</ViewCount>
</utblCMSDistrictSubMenuContent>