GET api/AislamientoAPI/GetLLamadasActivasPorIdCampo?idCampo={idCampo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCampo | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VistaAislamiento| Name | Description | Type | Additional information |
|---|---|---|---|
| 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. |
|
| FechaLLamada | date |
None. |
|
| Observaciones | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdLote": "55cf5bde-0b21-474d-ae0d-c9351f2695a9",
"Lote": "sample string 2",
"IdCampo": "6d235218-f679-4bbe-a049-d93882da1bea",
"Campo": "sample string 4",
"IdLoteVecino": "44949a9b-f615-4944-90a1-a7dfcd39b3c1",
"LoteVecino": "sample string 6",
"IdInstancia": "c1e00e59-bc34-498d-b2a3-9b9a32abee1f",
"Instancia": "sample string 8",
"FechaLLamada": "2026-01-09T12:48:46.9370048-03:00",
"Observaciones": "sample string 9"
},
{
"IdLote": "55cf5bde-0b21-474d-ae0d-c9351f2695a9",
"Lote": "sample string 2",
"IdCampo": "6d235218-f679-4bbe-a049-d93882da1bea",
"Campo": "sample string 4",
"IdLoteVecino": "44949a9b-f615-4944-90a1-a7dfcd39b3c1",
"LoteVecino": "sample string 6",
"IdInstancia": "c1e00e59-bc34-498d-b2a3-9b9a32abee1f",
"Instancia": "sample string 8",
"FechaLLamada": "2026-01-09T12:48:46.9370048-03:00",
"Observaciones": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfVistaAislamiento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<VistaAislamiento>
<Campo>sample string 4</Campo>
<FechaLLamada>2026-01-09T12:48:46.9370048-03:00</FechaLLamada>
<IdCampo>6d235218-f679-4bbe-a049-d93882da1bea</IdCampo>
<IdInstancia>c1e00e59-bc34-498d-b2a3-9b9a32abee1f</IdInstancia>
<IdLote>55cf5bde-0b21-474d-ae0d-c9351f2695a9</IdLote>
<IdLoteVecino>44949a9b-f615-4944-90a1-a7dfcd39b3c1</IdLoteVecino>
<Instancia>sample string 8</Instancia>
<Lote>sample string 2</Lote>
<LoteVecino>sample string 6</LoteVecino>
<Observaciones>sample string 9</Observaciones>
</VistaAislamiento>
<VistaAislamiento>
<Campo>sample string 4</Campo>
<FechaLLamada>2026-01-09T12:48:46.9370048-03:00</FechaLLamada>
<IdCampo>6d235218-f679-4bbe-a049-d93882da1bea</IdCampo>
<IdInstancia>c1e00e59-bc34-498d-b2a3-9b9a32abee1f</IdInstancia>
<IdLote>55cf5bde-0b21-474d-ae0d-c9351f2695a9</IdLote>
<IdLoteVecino>44949a9b-f615-4944-90a1-a7dfcd39b3c1</IdLoteVecino>
<Instancia>sample string 8</Instancia>
<Lote>sample string 2</Lote>
<LoteVecino>sample string 6</LoteVecino>
<Observaciones>sample string 9</Observaciones>
</VistaAislamiento>
</ArrayOfVistaAislamiento>