GET api/AislamientoAPI/GetLLamadasActivasPorIdLote?idlote={idlote}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idlote | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VistaLoteVecinoLlamada| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Fecha | date |
None. |
|
| IdLote | globally unique identifier |
None. |
|
| Lote | string |
None. |
|
| IdCampo | globally unique identifier |
None. |
|
| Campo | string |
None. |
|
| IdLoteVecino | globally unique identifier |
None. |
|
| LoteVecino | string |
None. |
|
| IdInstancia | globally unique identifier |
None. |
|
| Instancia | string |
None. |
|
| IdContaminante | globally unique identifier |
None. |
|
| Contaminante | string |
None. |
|
| Observaciones | string |
None. |
|
| LotesAfectados | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "aa099331-3e10-4572-8668-be5a36b4ef19",
"Fecha": "2026-01-09T12:45:25.3423305-03:00",
"IdLote": "cd2823de-02e0-4e51-9685-6c0f8fdc1c59",
"Lote": "sample string 4",
"IdCampo": "e3dbeb83-7ebb-4bdf-aa27-3822ed1fb4c9",
"Campo": "sample string 6",
"IdLoteVecino": "51f0363a-dedc-447f-9085-19bf1389d330",
"LoteVecino": "sample string 8",
"IdInstancia": "655088e9-6554-456d-b470-0cc8dddebe58",
"Instancia": "sample string 10",
"IdContaminante": "c7e3f474-63f0-4812-9217-987e0c594112",
"Contaminante": "sample string 12",
"Observaciones": "sample string 13",
"LotesAfectados": "sample string 14"
},
{
"Id": "aa099331-3e10-4572-8668-be5a36b4ef19",
"Fecha": "2026-01-09T12:45:25.3423305-03:00",
"IdLote": "cd2823de-02e0-4e51-9685-6c0f8fdc1c59",
"Lote": "sample string 4",
"IdCampo": "e3dbeb83-7ebb-4bdf-aa27-3822ed1fb4c9",
"Campo": "sample string 6",
"IdLoteVecino": "51f0363a-dedc-447f-9085-19bf1389d330",
"LoteVecino": "sample string 8",
"IdInstancia": "655088e9-6554-456d-b470-0cc8dddebe58",
"Instancia": "sample string 10",
"IdContaminante": "c7e3f474-63f0-4812-9217-987e0c594112",
"Contaminante": "sample string 12",
"Observaciones": "sample string 13",
"LotesAfectados": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfVistaLoteVecinoLlamada xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<VistaLoteVecinoLlamada>
<Campo>sample string 6</Campo>
<Contaminante>sample string 12</Contaminante>
<Fecha>2026-01-09T12:45:25.3423305-03:00</Fecha>
<Id>aa099331-3e10-4572-8668-be5a36b4ef19</Id>
<IdCampo>e3dbeb83-7ebb-4bdf-aa27-3822ed1fb4c9</IdCampo>
<IdContaminante>c7e3f474-63f0-4812-9217-987e0c594112</IdContaminante>
<IdInstancia>655088e9-6554-456d-b470-0cc8dddebe58</IdInstancia>
<IdLote>cd2823de-02e0-4e51-9685-6c0f8fdc1c59</IdLote>
<IdLoteVecino>51f0363a-dedc-447f-9085-19bf1389d330</IdLoteVecino>
<Instancia>sample string 10</Instancia>
<Lote>sample string 4</Lote>
<LoteVecino>sample string 8</LoteVecino>
<LotesAfectados>sample string 14</LotesAfectados>
<Observaciones>sample string 13</Observaciones>
</VistaLoteVecinoLlamada>
<VistaLoteVecinoLlamada>
<Campo>sample string 6</Campo>
<Contaminante>sample string 12</Contaminante>
<Fecha>2026-01-09T12:45:25.3423305-03:00</Fecha>
<Id>aa099331-3e10-4572-8668-be5a36b4ef19</Id>
<IdCampo>e3dbeb83-7ebb-4bdf-aa27-3822ed1fb4c9</IdCampo>
<IdContaminante>c7e3f474-63f0-4812-9217-987e0c594112</IdContaminante>
<IdInstancia>655088e9-6554-456d-b470-0cc8dddebe58</IdInstancia>
<IdLote>cd2823de-02e0-4e51-9685-6c0f8fdc1c59</IdLote>
<IdLoteVecino>51f0363a-dedc-447f-9085-19bf1389d330</IdLoteVecino>
<Instancia>sample string 10</Instancia>
<Lote>sample string 4</Lote>
<LoteVecino>sample string 8</LoteVecino>
<LotesAfectados>sample string 14</LotesAfectados>
<Observaciones>sample string 13</Observaciones>
</VistaLoteVecinoLlamada>
</ArrayOfVistaLoteVecinoLlamada>