GET api/MenuItem/Get?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MenuItemDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 50 |
|
| NameOther | string |
Required String length: inclusive between 0 and 50 |
|
| IsActive | boolean |
Required |
|
| ActionName | string |
String length: inclusive between 0 and 50 |
|
| ControllerName | string |
String length: inclusive between 0 and 50 |
|
| URL | string |
String length: inclusive between 0 and 1000 |
|
| ApplicationId | integer |
None. |
|
| Icon | string |
None. |
|
| ItemOrder | integer |
Required Matching regular expression pattern: ^[0-9]+$ |
|
| ParentId | integer |
None. |
|
| Parent | MenuItemDTO |
None. |
|
| allowAnonymous | boolean |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: