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": "ae0ebd21-f8b2-4b05-bac0-db793e82ca3d",
"IdCampo": "b526bf8a-77dd-4d55-9acb-ce5abc41b7db",
"NombreCampo": "sample string 3",
"Fecha": "2026-04-15T08:06:44.0307872-03:00",
"Precipitaciones": 4.0,
"IdIntensidad": "335559a1-7889-466d-9742-14def316f022",
"Intensidad": "sample string 6",
"IdHumedadSuelo": "b4121359-6651-453f-9545-e39c5b060d5c",
"HumedadSuelo": "sample string 8"
},
{
"Id": "ae0ebd21-f8b2-4b05-bac0-db793e82ca3d",
"IdCampo": "b526bf8a-77dd-4d55-9acb-ce5abc41b7db",
"NombreCampo": "sample string 3",
"Fecha": "2026-04-15T08:06:44.0307872-03:00",
"Precipitaciones": 4.0,
"IdIntensidad": "335559a1-7889-466d-9742-14def316f022",
"Intensidad": "sample string 6",
"IdHumedadSuelo": "b4121359-6651-453f-9545-e39c5b060d5c",
"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-15T08:06:44.0307872-03:00</Fecha>
<HumedadSuelo>sample string 8</HumedadSuelo>
<Id>ae0ebd21-f8b2-4b05-bac0-db793e82ca3d</Id>
<IdCampo>b526bf8a-77dd-4d55-9acb-ce5abc41b7db</IdCampo>
<IdHumedadSuelo>b4121359-6651-453f-9545-e39c5b060d5c</IdHumedadSuelo>
<IdIntensidad>335559a1-7889-466d-9742-14def316f022</IdIntensidad>
<Intensidad>sample string 6</Intensidad>
<NombreCampo>sample string 3</NombreCampo>
<Precipitaciones>4</Precipitaciones>
</ClimaPrecipitacionesReport>
<ClimaPrecipitacionesReport>
<Fecha>2026-04-15T08:06:44.0307872-03:00</Fecha>
<HumedadSuelo>sample string 8</HumedadSuelo>
<Id>ae0ebd21-f8b2-4b05-bac0-db793e82ca3d</Id>
<IdCampo>b526bf8a-77dd-4d55-9acb-ce5abc41b7db</IdCampo>
<IdHumedadSuelo>b4121359-6651-453f-9545-e39c5b060d5c</IdHumedadSuelo>
<IdIntensidad>335559a1-7889-466d-9742-14def316f022</IdIntensidad>
<Intensidad>sample string 6</Intensidad>
<NombreCampo>sample string 3</NombreCampo>
<Precipitaciones>4</Precipitaciones>
</ClimaPrecipitacionesReport>
</ArrayOfClimaPrecipitacionesReport>