GET api/Menu/GetMenuByApplicationId?applicationId={applicationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicationId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MenuModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SubMenuId | integer |
None. |
|
| Value | string |
None. |
|
| Settings | TreeModelSettings |
None. |
|
| Children | Collection of MenuModel |
None. |
|
| Functionality | integer |
None. |
|
| MenuName | string |
None. |
|
| Url | string |
None. |
|
| Description | string |
None. |
|
| ParentId | integer |
None. |
|
| ApplicationId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| ApplicationName | string |
None. |
|
| Static | boolean |
None. |
|
| OrderBy | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.