POST api/Page/GetTreeData?ModuleId={ModuleId}&MenuId={MenuId}&UserName={UserName}&storedProc={storedProc}&AppId={AppId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ModuleId | integer |
Required |
|
| MenuId | integer |
Required |
|
| UserName | string |
Required |
|
| storedProc | string |
Required |
|
| AppId | integer |
Required |
Body Parameters
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
application/xml, text/xml, multipart/form-data
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of TreeNode| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| label | string |
None. |
|
| data | string |
None. |
|
| expandedIcon | string |
None. |
|
| collapsedIcon | string |
None. |
|
| children | Collection of TreeNode |
None. |
|
| NodeLevel | integer |
None. |
|
| SequenceID | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
multipart/form-data
Sample: