GET AdminApi/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": "c3098542-4186-4027-bb73-be387cd323e8",
"Name": "sample string 2",
"Title": "sample string 3",
"Seq": 4,
"IsNewWin": true,
"IspType": "sample string 6"
},
{
"Id": "c3098542-4186-4027-bb73-be387cd323e8",
"Name": "sample string 2",
"Title": "sample string 3",
"Seq": 4,
"IsNewWin": true,
"IspType": "sample string 6"
}
]