GET api/MonitoreoPlagaAPI/GetActivosVistaCampanaFecha?idcampana={idcampana}&desde={desde}&hasta={hasta}
GetActivosVistaCampanaFecha
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcampana | globally unique identifier |
Required |
|
| desde | string |
Required |
|
| hasta | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MonitoreoPlagaReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FechaEstadioFenologico | date |
None. |
|
| IdEstadioFenologicoTipo | globally unique identifier |
None. |
|
| DescripcionEstadioFenologicoTipo | string |
None. |
|
| IdCampo | globally unique identifier |
None. |
|
| NombreCampo | string |
None. |
|
| IdLote | globally unique identifier |
None. |
|
| NombreLote | string |
None. |
|
| FechaRecuento | date |
None. |
|
| IdPlaga | globally unique identifier |
None. |
|
| Plaga | string |
None. |
|
| PromedioRecuento | decimal number |
Required |
|
| Umbral | decimal number |
None. |
|
| Unidad | string |
None. |
|
| Resultado | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "78ad14cc-e536-43e2-b635-7338153edbf3",
"FechaEstadioFenologico": "2026-04-20T08:24:31.0851629-03:00",
"IdEstadioFenologicoTipo": "72563e8e-5752-427f-a041-eafc67995985",
"DescripcionEstadioFenologicoTipo": "sample string 3",
"IdCampo": "34e58d6b-ea4f-439d-b116-5f345995762d",
"NombreCampo": "sample string 5",
"IdLote": "0a09f659-4b9d-4bfd-b2b9-9c15b2eeeae4",
"NombreLote": "sample string 7",
"FechaRecuento": "2026-04-20T08:24:31.0851629-03:00",
"IdPlaga": "8d17233d-ba0c-48e3-986a-f7327089ab0c",
"Plaga": "sample string 9",
"PromedioRecuento": 10.0,
"Umbral": 11.0,
"Unidad": "sample string 12",
"Resultado": true
},
{
"Id": "78ad14cc-e536-43e2-b635-7338153edbf3",
"FechaEstadioFenologico": "2026-04-20T08:24:31.0851629-03:00",
"IdEstadioFenologicoTipo": "72563e8e-5752-427f-a041-eafc67995985",
"DescripcionEstadioFenologicoTipo": "sample string 3",
"IdCampo": "34e58d6b-ea4f-439d-b116-5f345995762d",
"NombreCampo": "sample string 5",
"IdLote": "0a09f659-4b9d-4bfd-b2b9-9c15b2eeeae4",
"NombreLote": "sample string 7",
"FechaRecuento": "2026-04-20T08:24:31.0851629-03:00",
"IdPlaga": "8d17233d-ba0c-48e3-986a-f7327089ab0c",
"Plaga": "sample string 9",
"PromedioRecuento": 10.0,
"Umbral": 11.0,
"Unidad": "sample string 12",
"Resultado": true
}
]
application/xml, text/xml
Sample:
<ArrayOfMonitoreoPlagaReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<MonitoreoPlagaReport>
<DescripcionEstadioFenologicoTipo>sample string 3</DescripcionEstadioFenologicoTipo>
<FechaEstadioFenologico>2026-04-20T08:24:31.0851629-03:00</FechaEstadioFenologico>
<FechaRecuento>2026-04-20T08:24:31.0851629-03:00</FechaRecuento>
<Id>78ad14cc-e536-43e2-b635-7338153edbf3</Id>
<IdCampo>34e58d6b-ea4f-439d-b116-5f345995762d</IdCampo>
<IdEstadioFenologicoTipo>72563e8e-5752-427f-a041-eafc67995985</IdEstadioFenologicoTipo>
<IdLote>0a09f659-4b9d-4bfd-b2b9-9c15b2eeeae4</IdLote>
<IdPlaga>8d17233d-ba0c-48e3-986a-f7327089ab0c</IdPlaga>
<NombreCampo>sample string 5</NombreCampo>
<NombreLote>sample string 7</NombreLote>
<Plaga>sample string 9</Plaga>
<PromedioRecuento>10</PromedioRecuento>
<Resultado>true</Resultado>
<Umbral>11</Umbral>
<Unidad>sample string 12</Unidad>
</MonitoreoPlagaReport>
<MonitoreoPlagaReport>
<DescripcionEstadioFenologicoTipo>sample string 3</DescripcionEstadioFenologicoTipo>
<FechaEstadioFenologico>2026-04-20T08:24:31.0851629-03:00</FechaEstadioFenologico>
<FechaRecuento>2026-04-20T08:24:31.0851629-03:00</FechaRecuento>
<Id>78ad14cc-e536-43e2-b635-7338153edbf3</Id>
<IdCampo>34e58d6b-ea4f-439d-b116-5f345995762d</IdCampo>
<IdEstadioFenologicoTipo>72563e8e-5752-427f-a041-eafc67995985</IdEstadioFenologicoTipo>
<IdLote>0a09f659-4b9d-4bfd-b2b9-9c15b2eeeae4</IdLote>
<IdPlaga>8d17233d-ba0c-48e3-986a-f7327089ab0c</IdPlaga>
<NombreCampo>sample string 5</NombreCampo>
<NombreLote>sample string 7</NombreLote>
<Plaga>sample string 9</Plaga>
<PromedioRecuento>10</PromedioRecuento>
<Resultado>true</Resultado>
<Umbral>11</Umbral>
<Unidad>sample string 12</Unidad>
</MonitoreoPlagaReport>
</ArrayOfMonitoreoPlagaReport>