GET api/CMS/scheme/SchemeContents?DeptID={DeptID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
DeptID
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "SchemeContentID": 1,
    "SchemeMenuName": "sample string 2",
    "HasSubMenu": true
  },
  {
    "SchemeContentID": 1,
    "SchemeMenuName": "sample string 2",
    "HasSubMenu": true
  },
  {
    "SchemeContentID": 1,
    "SchemeMenuName": "sample string 2",
    "HasSubMenu": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfCMSSchemeContents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <CMSSchemeContents>
    <HasSubMenu>true</HasSubMenu>
    <SchemeContentID>1</SchemeContentID>
    <SchemeMenuName>sample string 2</SchemeMenuName>
  </CMSSchemeContents>
  <CMSSchemeContents>
    <HasSubMenu>true</HasSubMenu>
    <SchemeContentID>1</SchemeContentID>
    <SchemeMenuName>sample string 2</SchemeMenuName>
  </CMSSchemeContents>
  <CMSSchemeContents>
    <HasSubMenu>true</HasSubMenu>
    <SchemeContentID>1</SchemeContentID>
    <SchemeMenuName>sample string 2</SchemeMenuName>
  </CMSSchemeContents>
</ArrayOfCMSSchemeContents>