GET api/CMS/deptcms/DeptSubMenuContentByID?DeptSubMenuContentID={DeptSubMenuContentID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
DeptSubMenuContentID
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "DeptSubMenuContentID": 1,
  "DeptContentID": 2,
  "DeptSubMenuName": "sample string 3",
  "DeptSubMenuTitlePublished": "sample string 4",
  "DeptSubMenuTitleDraft": "sample string 5",
  "DeptSubMenuContentPublished": "sample string 6",
  "DeptSubMenuContentDraft": "sample string 7",
  "DeptSubMenuContentURL": "sample string 8",
  "DeptSubMenuFilePathPublished": "sample string 9",
  "DeptSubMenuFilePathDraft": "sample string 10",
  "DraftedBy": "sample string 11",
  "DraftDate": "2026-03-31T16:41:32.1822115+05:30",
  "PublishedBy": "sample string 13",
  "PublishedDate": "2026-03-31T16:41:32.1822115+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 17
}

application/xml, text/xml

Sample:
<utblCMSDepartmentSubMenuContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <DeptContentID>2</DeptContentID>
  <DeptSubMenuContentDraft>sample string 7</DeptSubMenuContentDraft>
  <DeptSubMenuContentID>1</DeptSubMenuContentID>
  <DeptSubMenuContentPublished>sample string 6</DeptSubMenuContentPublished>
  <DeptSubMenuContentURL>sample string 8</DeptSubMenuContentURL>
  <DeptSubMenuFilePathDraft>sample string 10</DeptSubMenuFilePathDraft>
  <DeptSubMenuFilePathPublished>sample string 9</DeptSubMenuFilePathPublished>
  <DeptSubMenuName>sample string 3</DeptSubMenuName>
  <DeptSubMenuTitleDraft>sample string 5</DeptSubMenuTitleDraft>
  <DeptSubMenuTitlePublished>sample string 4</DeptSubMenuTitlePublished>
  <DraftDate>2026-03-31T16:41:32.1822115+05:30</DraftDate>
  <DraftedBy>sample string 11</DraftedBy>
  <IsDraft>true</IsDraft>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 13</PublishedBy>
  <PublishedDate>2026-03-31T16:41:32.1822115+05:30</PublishedDate>
  <ViewCount>17</ViewCount>
</utblCMSDepartmentSubMenuContent>