GET api/Revolution/Menu/All?description={description}
This will return ALL menus items with no child/parent associations. This API allows you to search for items by URLs (using odata) or to consume in whichever way you desire.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| description | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of IRevolutionMenuViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| Url | string |
None. |
|
| Roles | string |
None. |
|
| ParentID | integer |
None. |
|
| Target | string |
None. |
|
| IsActive | boolean |
None. |
|
| CssClass | string |
None. |
|
| TranslationKey | string |
None. |
|
| IFrameUrl | string |
None. |
|
| RepTypeID | integer |
None. |
|
| MinRankTypeID | integer |
None. |
|
| MaxRankTypeID | integer |
None. |
|
| Style | string |
None. |
|
| SettingName | string |
None. |
|
| SettingValueTarget | string |
None. |
|
| IncludedTerritories | string |
None. |
|
| Icon | string |
None. |
|
| AngularIcon | string |
None. |
|
| ApplicationID | FreedomApplication |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.