GET api/SubMenus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SubMenuName | 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": "2024-12-22T23:26:05.0798196+00:00" }, { "idSubMenu": 1, "subMenu1": "sample string 2", "borrado": "2024-12-22T23:26:05.0798196+00:00" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.