GET Api/CustomMenuBar/GetMenuTreeById/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MenuTree| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Title | string |
None. |
|
| Seq | integer |
None. |
|
| IsNewWin | boolean |
None. |
|
| IspType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "c9692dbc-1b8d-489b-abf2-a873a2139e84",
"Name": "sample string 2",
"Title": "sample string 3",
"Seq": 4,
"IsNewWin": true,
"IspType": "sample string 6"
},
{
"Id": "c9692dbc-1b8d-489b-abf2-a873a2139e84",
"Name": "sample string 2",
"Title": "sample string 3",
"Seq": 4,
"IsNewWin": true,
"IspType": "sample string 6"
}
]