GET api/ClimaPrecipitacionesAPI/GetBorradosVistaCampana?idcampana={idcampana}
GetBorradosVistaCampana
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcampana | globally unique identifier |
Required |
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": "b707cdc0-01a7-4ff6-925b-89b18f3305f9",
"IdCampo": "7af11d6d-2142-46b3-96cd-9825e10ff9ab",
"NombreCampo": "sample string 3",
"Fecha": "2026-04-17T09:05:25.2368563-03:00",
"Precipitaciones": 4.0,
"IdIntensidad": "0d149a06-ccdb-4111-a06a-3a9ff25e7760",
"Intensidad": "sample string 6",
"IdHumedadSuelo": "8d245368-c60a-47d7-bc72-374e25a6262f",
"HumedadSuelo": "sample string 8"
},
{
"Id": "b707cdc0-01a7-4ff6-925b-89b18f3305f9",
"IdCampo": "7af11d6d-2142-46b3-96cd-9825e10ff9ab",
"NombreCampo": "sample string 3",
"Fecha": "2026-04-17T09:05:25.2368563-03:00",
"Precipitaciones": 4.0,
"IdIntensidad": "0d149a06-ccdb-4111-a06a-3a9ff25e7760",
"Intensidad": "sample string 6",
"IdHumedadSuelo": "8d245368-c60a-47d7-bc72-374e25a6262f",
"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-17T09:05:25.2368563-03:00</Fecha>
<HumedadSuelo>sample string 8</HumedadSuelo>
<Id>b707cdc0-01a7-4ff6-925b-89b18f3305f9</Id>
<IdCampo>7af11d6d-2142-46b3-96cd-9825e10ff9ab</IdCampo>
<IdHumedadSuelo>8d245368-c60a-47d7-bc72-374e25a6262f</IdHumedadSuelo>
<IdIntensidad>0d149a06-ccdb-4111-a06a-3a9ff25e7760</IdIntensidad>
<Intensidad>sample string 6</Intensidad>
<NombreCampo>sample string 3</NombreCampo>
<Precipitaciones>4</Precipitaciones>
</ClimaPrecipitacionesReport>
<ClimaPrecipitacionesReport>
<Fecha>2026-04-17T09:05:25.2368563-03:00</Fecha>
<HumedadSuelo>sample string 8</HumedadSuelo>
<Id>b707cdc0-01a7-4ff6-925b-89b18f3305f9</Id>
<IdCampo>7af11d6d-2142-46b3-96cd-9825e10ff9ab</IdCampo>
<IdHumedadSuelo>8d245368-c60a-47d7-bc72-374e25a6262f</IdHumedadSuelo>
<IdIntensidad>0d149a06-ccdb-4111-a06a-3a9ff25e7760</IdIntensidad>
<Intensidad>sample string 6</Intensidad>
<NombreCampo>sample string 3</NombreCampo>
<Precipitaciones>4</Precipitaciones>
</ClimaPrecipitacionesReport>
</ArrayOfClimaPrecipitacionesReport>