GET api/MonitoreoEnfermedadAPI/GetActivosVista
GetActivosVista
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MonitoreoEnfermedadReport| 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. |
|
| IdEnfermedad | globally unique identifier |
None. |
|
| Enfermedad | string |
None. |
|
| Valor | integer |
None. |
|
| Umbral | decimal number |
None. |
|
| Unidad | string |
None. |
|
| Resultado | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "3d395bd4-4188-42c9-8108-58f3e7b4d4db",
"FechaEstadioFenologico": "2026-04-17T10:26:07.3758698-03:00",
"IdEstadioFenologicoTipo": "69fd5720-4852-4bec-a5fa-e8ce9f354500",
"DescripcionEstadioFenologicoTipo": "sample string 3",
"IdCampo": "dbcf45c8-93c9-4680-9b89-73667f7e2c19",
"NombreCampo": "sample string 5",
"IdLote": "02c5e7a5-36ef-4491-b231-c514a8906f58",
"NombreLote": "sample string 7",
"FechaRecuento": "2026-04-17T10:26:07.3758698-03:00",
"IdEnfermedad": "d6b8e24f-c7c9-4816-be09-b124584904c4",
"Enfermedad": "sample string 9",
"Valor": 10,
"Umbral": 11.0,
"Unidad": "sample string 12",
"Resultado": true
},
{
"Id": "3d395bd4-4188-42c9-8108-58f3e7b4d4db",
"FechaEstadioFenologico": "2026-04-17T10:26:07.3758698-03:00",
"IdEstadioFenologicoTipo": "69fd5720-4852-4bec-a5fa-e8ce9f354500",
"DescripcionEstadioFenologicoTipo": "sample string 3",
"IdCampo": "dbcf45c8-93c9-4680-9b89-73667f7e2c19",
"NombreCampo": "sample string 5",
"IdLote": "02c5e7a5-36ef-4491-b231-c514a8906f58",
"NombreLote": "sample string 7",
"FechaRecuento": "2026-04-17T10:26:07.3758698-03:00",
"IdEnfermedad": "d6b8e24f-c7c9-4816-be09-b124584904c4",
"Enfermedad": "sample string 9",
"Valor": 10,
"Umbral": 11.0,
"Unidad": "sample string 12",
"Resultado": true
}
]
application/xml, text/xml
Sample:
<ArrayOfMonitoreoEnfermedadReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<MonitoreoEnfermedadReport>
<DescripcionEstadioFenologicoTipo>sample string 3</DescripcionEstadioFenologicoTipo>
<Enfermedad>sample string 9</Enfermedad>
<FechaEstadioFenologico>2026-04-17T10:26:07.3758698-03:00</FechaEstadioFenologico>
<FechaRecuento>2026-04-17T10:26:07.3758698-03:00</FechaRecuento>
<Id>3d395bd4-4188-42c9-8108-58f3e7b4d4db</Id>
<IdCampo>dbcf45c8-93c9-4680-9b89-73667f7e2c19</IdCampo>
<IdEnfermedad>d6b8e24f-c7c9-4816-be09-b124584904c4</IdEnfermedad>
<IdEstadioFenologicoTipo>69fd5720-4852-4bec-a5fa-e8ce9f354500</IdEstadioFenologicoTipo>
<IdLote>02c5e7a5-36ef-4491-b231-c514a8906f58</IdLote>
<NombreCampo>sample string 5</NombreCampo>
<NombreLote>sample string 7</NombreLote>
<Resultado>true</Resultado>
<Umbral>11</Umbral>
<Unidad>sample string 12</Unidad>
<Valor>10</Valor>
</MonitoreoEnfermedadReport>
<MonitoreoEnfermedadReport>
<DescripcionEstadioFenologicoTipo>sample string 3</DescripcionEstadioFenologicoTipo>
<Enfermedad>sample string 9</Enfermedad>
<FechaEstadioFenologico>2026-04-17T10:26:07.3758698-03:00</FechaEstadioFenologico>
<FechaRecuento>2026-04-17T10:26:07.3758698-03:00</FechaRecuento>
<Id>3d395bd4-4188-42c9-8108-58f3e7b4d4db</Id>
<IdCampo>dbcf45c8-93c9-4680-9b89-73667f7e2c19</IdCampo>
<IdEnfermedad>d6b8e24f-c7c9-4816-be09-b124584904c4</IdEnfermedad>
<IdEstadioFenologicoTipo>69fd5720-4852-4bec-a5fa-e8ce9f354500</IdEstadioFenologicoTipo>
<IdLote>02c5e7a5-36ef-4491-b231-c514a8906f58</IdLote>
<NombreCampo>sample string 5</NombreCampo>
<NombreLote>sample string 7</NombreLote>
<Resultado>true</Resultado>
<Umbral>11</Umbral>
<Unidad>sample string 12</Unidad>
<Valor>10</Valor>
</MonitoreoEnfermedadReport>
</ArrayOfMonitoreoEnfermedadReport>