GET api/Menus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MenuName | Description | Type | Additional information |
---|---|---|---|
idMenu | integer |
None. |
|
menu1 | string |
Required String length: inclusive between 0 and 100 |
|
fechaModificacion | date |
Data type: DateTime |
|
usuarioModificacion | string |
String length: inclusive between 0 and 50 |
|
borrado | date |
Data type: DateTime |
|
Path | Collection of Path |
None. |
Response Formats
application/json, text/json
Sample:
[ { "idMenu": 1, "menu1": "sample string 2", "fechaModificacion": "2024-12-22T23:13:01.4912818+00:00", "usuarioModificacion": "sample string 3", "borrado": "2024-12-22T23:13:01.4912818+00:00" }, { "idMenu": 1, "menu1": "sample string 2", "fechaModificacion": "2024-12-22T23:13:01.4912818+00:00", "usuarioModificacion": "sample string 3", "borrado": "2024-12-22T23:13:01.4912818+00:00" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.