GET api/SunOA/SVSP_NavigationMenu/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

SVSP_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

string

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": "sample string 9",
  "Del": true
}

application/xml, text/xml

Sample:
<SVSP_NavigationMenu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.SunOA.Data">
  <Del>true</Del>
  <NMID>1</NMID>
  <SortIndex>sample string 9</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>
</SVSP_NavigationMenu>