GET api/ClimaPrecipitacionesAPI/GetActivosVista

GetListado

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ClimaPrecipitacionesReport
NameDescriptionTypeAdditional 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": "16dfe232-b0ae-43b2-90eb-bd29f4810561",
    "IdCampo": "edb6ef41-a65e-4052-9e6a-a24812c60c5f",
    "NombreCampo": "sample string 3",
    "Fecha": "2026-01-09T12:24:42.1940143-03:00",
    "Precipitaciones": 4.0,
    "IdIntensidad": "8cfb032a-a91b-4081-bf81-1d353bbd372c",
    "Intensidad": "sample string 6",
    "IdHumedadSuelo": "f91e372b-60e8-4954-9959-f7bd5132aead",
    "HumedadSuelo": "sample string 8"
  },
  {
    "Id": "16dfe232-b0ae-43b2-90eb-bd29f4810561",
    "IdCampo": "edb6ef41-a65e-4052-9e6a-a24812c60c5f",
    "NombreCampo": "sample string 3",
    "Fecha": "2026-01-09T12:24:42.1940143-03:00",
    "Precipitaciones": 4.0,
    "IdIntensidad": "8cfb032a-a91b-4081-bf81-1d353bbd372c",
    "Intensidad": "sample string 6",
    "IdHumedadSuelo": "f91e372b-60e8-4954-9959-f7bd5132aead",
    "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-01-09T12:24:42.1940143-03:00</Fecha>
    <HumedadSuelo>sample string 8</HumedadSuelo>
    <Id>16dfe232-b0ae-43b2-90eb-bd29f4810561</Id>
    <IdCampo>edb6ef41-a65e-4052-9e6a-a24812c60c5f</IdCampo>
    <IdHumedadSuelo>f91e372b-60e8-4954-9959-f7bd5132aead</IdHumedadSuelo>
    <IdIntensidad>8cfb032a-a91b-4081-bf81-1d353bbd372c</IdIntensidad>
    <Intensidad>sample string 6</Intensidad>
    <NombreCampo>sample string 3</NombreCampo>
    <Precipitaciones>4</Precipitaciones>
  </ClimaPrecipitacionesReport>
  <ClimaPrecipitacionesReport>
    <Fecha>2026-01-09T12:24:42.1940143-03:00</Fecha>
    <HumedadSuelo>sample string 8</HumedadSuelo>
    <Id>16dfe232-b0ae-43b2-90eb-bd29f4810561</Id>
    <IdCampo>edb6ef41-a65e-4052-9e6a-a24812c60c5f</IdCampo>
    <IdHumedadSuelo>f91e372b-60e8-4954-9959-f7bd5132aead</IdHumedadSuelo>
    <IdIntensidad>8cfb032a-a91b-4081-bf81-1d353bbd372c</IdIntensidad>
    <Intensidad>sample string 6</Intensidad>
    <NombreCampo>sample string 3</NombreCampo>
    <Precipitaciones>4</Precipitaciones>
  </ClimaPrecipitacionesReport>
</ArrayOfClimaPrecipitacionesReport>