GET api/MenuItemsMenu/{menuID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| menuID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Plusnet.WebStore.BO.MenuItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Nome | string |
Required String length: inclusive between 0 and 64 (Nome) |
|
| UrlIcone | string |
(Tamanho máximo permitido: 128KB) String length: inclusive between 0 and 512 (Url: Ícone) |
|
| UrlImagem | string |
(Tamanho máximo permitido: 512KB) String length: inclusive between 0 and 512 (Url: Imagem) |
|
| UrlLink | string |
Required String length: inclusive between 0 and 512 (URL: Link) |
|
| SeoHtmA | string |
String length: inclusive between 0 and 256 (SEO: HTML: A) |
|
| MenuItemFilhos | Collection of Plusnet.WebStore.BO.MenuItem |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Nome": "sample string 1",
"UrlIcone": "sample string 2",
"UrlImagem": "sample string 3",
"UrlLink": "sample string 4",
"SeoHtmA": "sample string 5",
"MenuItemFilhos": []
},
{
"Nome": "sample string 1",
"UrlIcone": "sample string 2",
"UrlImagem": "sample string 3",
"UrlLink": "sample string 4",
"SeoHtmA": "sample string 5",
"MenuItemFilhos": []
}
]