GET api/MonitoreoPlagaAPI/GetBorradosVista
GetBorradosVista
Request Information
URI Parameters
None.
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": "e905f562-1dcb-48f9-8e22-ff874034146d",
"FechaEstadioFenologico": "2026-04-13T21:14:55.7762088-03:00",
"IdEstadioFenologicoTipo": "738a3097-b708-46cd-86b0-90d23cbf304c",
"DescripcionEstadioFenologicoTipo": "sample string 3",
"IdCampo": "b0ca427e-897e-48d9-9231-e6fd8acece0c",
"NombreCampo": "sample string 5",
"IdLote": "10f74fcb-6647-49dd-90da-1b17d6d270a9",
"NombreLote": "sample string 7",
"FechaRecuento": "2026-04-13T21:14:55.7762088-03:00",
"IdPlaga": "c3eb32c0-22f6-4e40-9a1c-f00b31a5be20",
"Plaga": "sample string 9",
"PromedioRecuento": 10.0,
"Umbral": 11.0,
"Unidad": "sample string 12",
"Resultado": true
},
{
"Id": "e905f562-1dcb-48f9-8e22-ff874034146d",
"FechaEstadioFenologico": "2026-04-13T21:14:55.7762088-03:00",
"IdEstadioFenologicoTipo": "738a3097-b708-46cd-86b0-90d23cbf304c",
"DescripcionEstadioFenologicoTipo": "sample string 3",
"IdCampo": "b0ca427e-897e-48d9-9231-e6fd8acece0c",
"NombreCampo": "sample string 5",
"IdLote": "10f74fcb-6647-49dd-90da-1b17d6d270a9",
"NombreLote": "sample string 7",
"FechaRecuento": "2026-04-13T21:14:55.7762088-03:00",
"IdPlaga": "c3eb32c0-22f6-4e40-9a1c-f00b31a5be20",
"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:14:55.7762088-03:00</FechaEstadioFenologico>
<FechaRecuento>2026-04-13T21:14:55.7762088-03:00</FechaRecuento>
<Id>e905f562-1dcb-48f9-8e22-ff874034146d</Id>
<IdCampo>b0ca427e-897e-48d9-9231-e6fd8acece0c</IdCampo>
<IdEstadioFenologicoTipo>738a3097-b708-46cd-86b0-90d23cbf304c</IdEstadioFenologicoTipo>
<IdLote>10f74fcb-6647-49dd-90da-1b17d6d270a9</IdLote>
<IdPlaga>c3eb32c0-22f6-4e40-9a1c-f00b31a5be20</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:14:55.7762088-03:00</FechaEstadioFenologico>
<FechaRecuento>2026-04-13T21:14:55.7762088-03:00</FechaRecuento>
<Id>e905f562-1dcb-48f9-8e22-ff874034146d</Id>
<IdCampo>b0ca427e-897e-48d9-9231-e6fd8acece0c</IdCampo>
<IdEstadioFenologicoTipo>738a3097-b708-46cd-86b0-90d23cbf304c</IdEstadioFenologicoTipo>
<IdLote>10f74fcb-6647-49dd-90da-1b17d6d270a9</IdLote>
<IdPlaga>c3eb32c0-22f6-4e40-9a1c-f00b31a5be20</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>