GET api/MonitoreoPlagaAPI/GetBorradosVistaCampana?idcampana={idcampana}
GetActivosVistaCampana
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcampana | globally unique identifier |
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": "9ebed8f5-1f97-4d02-8ca3-ccfc65c9417e",
"FechaEstadioFenologico": "2026-04-13T21:15:04.4889227-03:00",
"IdEstadioFenologicoTipo": "35846d70-03e8-4335-9d86-404bc39ef062",
"DescripcionEstadioFenologicoTipo": "sample string 3",
"IdCampo": "9a3697dd-3369-442a-8e8c-34e7b6a2df51",
"NombreCampo": "sample string 5",
"IdLote": "a6b6463d-e78b-4d8f-b948-29bf138c9113",
"NombreLote": "sample string 7",
"FechaRecuento": "2026-04-13T21:15:04.4889227-03:00",
"IdPlaga": "4db7cc4c-a2a4-4ed9-bbc2-5595f510eed9",
"Plaga": "sample string 9",
"PromedioRecuento": 10.0,
"Umbral": 11.0,
"Unidad": "sample string 12",
"Resultado": true
},
{
"Id": "9ebed8f5-1f97-4d02-8ca3-ccfc65c9417e",
"FechaEstadioFenologico": "2026-04-13T21:15:04.4889227-03:00",
"IdEstadioFenologicoTipo": "35846d70-03e8-4335-9d86-404bc39ef062",
"DescripcionEstadioFenologicoTipo": "sample string 3",
"IdCampo": "9a3697dd-3369-442a-8e8c-34e7b6a2df51",
"NombreCampo": "sample string 5",
"IdLote": "a6b6463d-e78b-4d8f-b948-29bf138c9113",
"NombreLote": "sample string 7",
"FechaRecuento": "2026-04-13T21:15:04.4889227-03:00",
"IdPlaga": "4db7cc4c-a2a4-4ed9-bbc2-5595f510eed9",
"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-13T21:15:04.4889227-03:00</FechaEstadioFenologico>
<FechaRecuento>2026-04-13T21:15:04.4889227-03:00</FechaRecuento>
<Id>9ebed8f5-1f97-4d02-8ca3-ccfc65c9417e</Id>
<IdCampo>9a3697dd-3369-442a-8e8c-34e7b6a2df51</IdCampo>
<IdEstadioFenologicoTipo>35846d70-03e8-4335-9d86-404bc39ef062</IdEstadioFenologicoTipo>
<IdLote>a6b6463d-e78b-4d8f-b948-29bf138c9113</IdLote>
<IdPlaga>4db7cc4c-a2a4-4ed9-bbc2-5595f510eed9</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-13T21:15:04.4889227-03:00</FechaEstadioFenologico>
<FechaRecuento>2026-04-13T21:15:04.4889227-03:00</FechaRecuento>
<Id>9ebed8f5-1f97-4d02-8ca3-ccfc65c9417e</Id>
<IdCampo>9a3697dd-3369-442a-8e8c-34e7b6a2df51</IdCampo>
<IdEstadioFenologicoTipo>35846d70-03e8-4335-9d86-404bc39ef062</IdEstadioFenologicoTipo>
<IdLote>a6b6463d-e78b-4d8f-b948-29bf138c9113</IdLote>
<IdPlaga>4db7cc4c-a2a4-4ed9-bbc2-5595f510eed9</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>