GET AdminApi/CustomMenuBar/GetRootMenuTree?position={position}&IspType={IspType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| position | integer |
Required |
|
| IspType | string |
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": "1fb761a1-4456-4ea2-bb68-41f305be0fe0",
"Name": "sample string 2",
"Title": "sample string 3",
"Seq": 4,
"IsNewWin": true,
"IspType": "sample string 6"
},
{
"Id": "1fb761a1-4456-4ea2-bb68-41f305be0fe0",
"Name": "sample string 2",
"Title": "sample string 3",
"Seq": 4,
"IsNewWin": true,
"IspType": "sample string 6"
}
]