GET api/general/site/DeptMenuDashboard?Category={Category}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Category
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ContentID": 1,
    "Content": "sample string 2",
    "IsDraft": true,
    "IsPublished": true,
    "HasSubMenu": "sample string 5",
    "MenuPosition": 6,
    "Rank": 7
  },
  {
    "ContentID": 1,
    "Content": "sample string 2",
    "IsDraft": true,
    "IsPublished": true,
    "HasSubMenu": "sample string 5",
    "MenuPosition": 6,
    "Rank": 7
  },
  {
    "ContentID": 1,
    "Content": "sample string 2",
    "IsDraft": true,
    "IsPublished": true,
    "HasSubMenu": "sample string 5",
    "MenuPosition": 6,
    "Rank": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfDeptMenuModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Api.Models">
  <DeptMenuModel>
    <Content>sample string 2</Content>
    <ContentID>1</ContentID>
    <HasSubMenu>sample string 5</HasSubMenu>
    <IsDraft>true</IsDraft>
    <IsPublished>true</IsPublished>
    <MenuPosition>6</MenuPosition>
    <Rank>7</Rank>
  </DeptMenuModel>
  <DeptMenuModel>
    <Content>sample string 2</Content>
    <ContentID>1</ContentID>
    <HasSubMenu>sample string 5</HasSubMenu>
    <IsDraft>true</IsDraft>
    <IsPublished>true</IsPublished>
    <MenuPosition>6</MenuPosition>
    <Rank>7</Rank>
  </DeptMenuModel>
  <DeptMenuModel>
    <Content>sample string 2</Content>
    <ContentID>1</ContentID>
    <HasSubMenu>sample string 5</HasSubMenu>
    <IsDraft>true</IsDraft>
    <IsPublished>true</IsPublished>
    <MenuPosition>6</MenuPosition>
    <Rank>7</Rank>
  </DeptMenuModel>
</ArrayOfDeptMenuModel>