GET api/CuadernosLaboratorio
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CuadernoLaboratorio| Name | Description | Type | Additional information |
|---|---|---|---|
| idCuadernoLaboratorio | integer |
None. |
|
| nombre | string |
Required String length: inclusive between 0 and 50 |
|
| borrado | date |
Data type: DateTime |
|
| Amplificacion | Collection of Amplificacion |
None. |
|
| Extraccion | Collection of Extraccion |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"idCuadernoLaboratorio": 1,
"nombre": "sample string 2",
"borrado": "2026-02-04T09:43:04.9280885+00:00"
},
{
"idCuadernoLaboratorio": 1,
"nombre": "sample string 2",
"borrado": "2026-02-04T09:43:04.9280885+00:00"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.