GET api/User/GetUserMenu?nodeID={nodeID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
nodeID

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Menu
NameDescriptionTypeAdditional information
ID

integer

None.

ParentID

integer

None.

IsMenu

boolean

None.

Sequence

integer

None.

Label

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "ParentID": 2,
    "IsMenu": true,
    "Sequence": 4,
    "Label": "sample string 5"
  },
  {
    "$ref": "1"
  }
]