GET api/ClimaPrecipitacionesAPI/GetBorradosVista
GetBorradosVista
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ClimaPrecipitacionesReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdCampo | globally unique identifier |
None. |
|
| NombreCampo | string |
None. |
|
| Fecha | date |
None. |
|
| Precipitaciones | decimal number |
None. |
|
| IdIntensidad | globally unique identifier |
None. |
|
| Intensidad | string |
None. |
|
| IdHumedadSuelo | globally unique identifier |
None. |
|
| HumedadSuelo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "243657b0-ae33-47dc-b565-d1f730d9de07",
"IdCampo": "bc4c6836-689e-487f-b2e9-d7b8cfa54c96",
"NombreCampo": "sample string 3",
"Fecha": "2026-04-13T21:14:51.6296306-03:00",
"Precipitaciones": 4.0,
"IdIntensidad": "1ea8966e-37b3-46be-9665-64cc4a8b9fca",
"Intensidad": "sample string 6",
"IdHumedadSuelo": "4f24c141-2a83-410e-ad30-0dce26e41e74",
"HumedadSuelo": "sample string 8"
},
{
"Id": "243657b0-ae33-47dc-b565-d1f730d9de07",
"IdCampo": "bc4c6836-689e-487f-b2e9-d7b8cfa54c96",
"NombreCampo": "sample string 3",
"Fecha": "2026-04-13T21:14:51.6296306-03:00",
"Precipitaciones": 4.0,
"IdIntensidad": "1ea8966e-37b3-46be-9665-64cc4a8b9fca",
"Intensidad": "sample string 6",
"IdHumedadSuelo": "4f24c141-2a83-410e-ad30-0dce26e41e74",
"HumedadSuelo": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfClimaPrecipitacionesReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<ClimaPrecipitacionesReport>
<Fecha>2026-04-13T21:14:51.6296306-03:00</Fecha>
<HumedadSuelo>sample string 8</HumedadSuelo>
<Id>243657b0-ae33-47dc-b565-d1f730d9de07</Id>
<IdCampo>bc4c6836-689e-487f-b2e9-d7b8cfa54c96</IdCampo>
<IdHumedadSuelo>4f24c141-2a83-410e-ad30-0dce26e41e74</IdHumedadSuelo>
<IdIntensidad>1ea8966e-37b3-46be-9665-64cc4a8b9fca</IdIntensidad>
<Intensidad>sample string 6</Intensidad>
<NombreCampo>sample string 3</NombreCampo>
<Precipitaciones>4</Precipitaciones>
</ClimaPrecipitacionesReport>
<ClimaPrecipitacionesReport>
<Fecha>2026-04-13T21:14:51.6296306-03:00</Fecha>
<HumedadSuelo>sample string 8</HumedadSuelo>
<Id>243657b0-ae33-47dc-b565-d1f730d9de07</Id>
<IdCampo>bc4c6836-689e-487f-b2e9-d7b8cfa54c96</IdCampo>
<IdHumedadSuelo>4f24c141-2a83-410e-ad30-0dce26e41e74</IdHumedadSuelo>
<IdIntensidad>1ea8966e-37b3-46be-9665-64cc4a8b9fca</IdIntensidad>
<Intensidad>sample string 6</Intensidad>
<NombreCampo>sample string 3</NombreCampo>
<Precipitaciones>4</Precipitaciones>
</ClimaPrecipitacionesReport>
</ArrayOfClimaPrecipitacionesReport>