GET api/User/GetUserMenu?nodeID={nodeID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
nodeID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of MenuName | Description | Type | Additional 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" } ]