GET api/ActividadAPI/GetActivosVista
GetListado
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ActividadReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Fecha | date |
None. |
|
| IdCampo | globally unique identifier |
None. |
|
| NombreCampo | string |
None. |
|
| IdLote | globally unique identifier |
None. |
|
| NombreLote | string |
None. |
|
| Usuario | string |
None. |
|
| Lat | string |
None. |
|
| Lng | string |
None. |
|
| Observaciones | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "a635099a-421d-44b8-a735-3c3be4e6177b",
"Fecha": "2026-04-13T21:12:47.8811404-03:00",
"IdCampo": "1a12d7c8-d874-4747-a9f4-a5ce21fb6dc7",
"NombreCampo": "sample string 3",
"IdLote": "19bcc21c-3dc6-48d4-adc0-43cf45f7001f",
"NombreLote": "sample string 5",
"Usuario": "sample string 6",
"Lat": "sample string 7",
"Lng": "sample string 8",
"Observaciones": "sample string 9"
},
{
"Id": "a635099a-421d-44b8-a735-3c3be4e6177b",
"Fecha": "2026-04-13T21:12:47.8811404-03:00",
"IdCampo": "1a12d7c8-d874-4747-a9f4-a5ce21fb6dc7",
"NombreCampo": "sample string 3",
"IdLote": "19bcc21c-3dc6-48d4-adc0-43cf45f7001f",
"NombreLote": "sample string 5",
"Usuario": "sample string 6",
"Lat": "sample string 7",
"Lng": "sample string 8",
"Observaciones": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfActividadReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<ActividadReport>
<Fecha>2026-04-13T21:12:47.8811404-03:00</Fecha>
<Id>a635099a-421d-44b8-a735-3c3be4e6177b</Id>
<IdCampo>1a12d7c8-d874-4747-a9f4-a5ce21fb6dc7</IdCampo>
<IdLote>19bcc21c-3dc6-48d4-adc0-43cf45f7001f</IdLote>
<Lat>sample string 7</Lat>
<Lng>sample string 8</Lng>
<NombreCampo>sample string 3</NombreCampo>
<NombreLote>sample string 5</NombreLote>
<Observaciones>sample string 9</Observaciones>
<Usuario>sample string 6</Usuario>
</ActividadReport>
<ActividadReport>
<Fecha>2026-04-13T21:12:47.8811404-03:00</Fecha>
<Id>a635099a-421d-44b8-a735-3c3be4e6177b</Id>
<IdCampo>1a12d7c8-d874-4747-a9f4-a5ce21fb6dc7</IdCampo>
<IdLote>19bcc21c-3dc6-48d4-adc0-43cf45f7001f</IdLote>
<Lat>sample string 7</Lat>
<Lng>sample string 8</Lng>
<NombreCampo>sample string 3</NombreCampo>
<NombreLote>sample string 5</NombreLote>
<Observaciones>sample string 9</Observaciones>
<Usuario>sample string 6</Usuario>
</ActividadReport>
</ArrayOfActividadReport>