GET api/SunOA/PLFM_NavigationMenu

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PLFM_NavigationMenu
NameDescriptionTypeAdditional information
NMID

integer

None.

name

string

None.

title

string

None.

icon

string

None.

jump

string

None.

parentId

integer

None.

spread

boolean

None.

restrictive

boolean

None.

SortIndex

integer

None.

Del

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "NMID": 1,
    "name": "sample string 2",
    "title": "sample string 3",
    "icon": "sample string 4",
    "jump": "sample string 5",
    "parentId": 6,
    "spread": true,
    "restrictive": true,
    "SortIndex": 1,
    "Del": true
  },
  {
    "NMID": 1,
    "name": "sample string 2",
    "title": "sample string 3",
    "icon": "sample string 4",
    "jump": "sample string 5",
    "parentId": 6,
    "spread": true,
    "restrictive": true,
    "SortIndex": 1,
    "Del": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfPLFM_NavigationMenu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.SunOA.Data">
  <PLFM_NavigationMenu>
    <Del>true</Del>
    <NMID>1</NMID>
    <SortIndex>1</SortIndex>
    <icon>sample string 4</icon>
    <jump>sample string 5</jump>
    <name>sample string 2</name>
    <parentId>6</parentId>
    <restrictive>true</restrictive>
    <spread>true</spread>
    <title>sample string 3</title>
  </PLFM_NavigationMenu>
  <PLFM_NavigationMenu>
    <Del>true</Del>
    <NMID>1</NMID>
    <SortIndex>1</SortIndex>
    <icon>sample string 4</icon>
    <jump>sample string 5</jump>
    <name>sample string 2</name>
    <parentId>6</parentId>
    <restrictive>true</restrictive>
    <spread>true</spread>
    <title>sample string 3</title>
  </PLFM_NavigationMenu>
</ArrayOfPLFM_NavigationMenu>