GET api/SubMenus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SubMenu| Name | Description | Type | Additional information |
|---|---|---|---|
| idSubMenu | integer |
None. |
|
| subMenu1 | string |
Required String length: inclusive between 0 and 200 |
|
| borrado | date |
Data type: DateTime |
|
| Path | Collection of Path |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"idSubMenu": 1,
"subMenu1": "sample string 2",
"borrado": "2025-10-30T02:41:08.1826756+00:00"
},
{
"idSubMenu": 1,
"subMenu1": "sample string 2",
"borrado": "2025-10-30T02:41:08.1826756+00:00"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.