GET api/FtesMovOperativos/ObtenerMonitores?IdOperativo={IdOperativo}
Retorna el Listado de todos los Monitoreos asociados a un Operativo.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdOperativo |
Identifica el Operativo |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MonitoreoT| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ID_OPERATIVO | integer |
None. |
|
| S_PLACA | string |
None. |
|
| S_CONDUCTOR | string |
None. |
|
| ID_CDA | integer |
None. |
|
| D_CERTIFICADO | date |
None. |
|
| ID_TIPO_VEHICULO | integer |
None. |
|
| ID_TIPO_COMBUSTIBLE | integer |
None. |
|
| N_MODELO | integer |
None. |
|
| B_PRUEBA_GASES | boolean |
None. |
|
| B_COMPARENDO | boolean |
None. |
|
| B_INMOVILIZADO | boolean |
None. |
|
| B_INFORMO | boolean |
None. |
|
| B_ENCUESTA | boolean |
None. |
|
| ID_CAUSAL_DEVOLUCION | integer |
None. |
|
| D_MONITOREO | date |
None. |
|
| FIRMA | Collection of byte |
None. |
|
| FOTO1 | Collection of byte |
None. |
|
| FOTO2 | Collection of byte |
None. |
|
| FOTO3 | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"ID_OPERATIVO": 2,
"S_PLACA": "sample string 3",
"S_CONDUCTOR": "sample string 4",
"ID_CDA": 5,
"D_CERTIFICADO": "2026-04-04T02:52:52.3609946-05:00",
"ID_TIPO_VEHICULO": 7,
"ID_TIPO_COMBUSTIBLE": 8,
"N_MODELO": 9,
"B_PRUEBA_GASES": true,
"B_COMPARENDO": true,
"B_INMOVILIZADO": true,
"B_INFORMO": true,
"B_ENCUESTA": true,
"ID_CAUSAL_DEVOLUCION": 15,
"D_MONITOREO": "2026-04-04T02:52:52.3609946-05:00",
"FIRMA": "QEA=",
"FOTO1": "QEA=",
"FOTO2": "QEA=",
"FOTO3": "QEA="
},
{
"ID": 1,
"ID_OPERATIVO": 2,
"S_PLACA": "sample string 3",
"S_CONDUCTOR": "sample string 4",
"ID_CDA": 5,
"D_CERTIFICADO": "2026-04-04T02:52:52.3609946-05:00",
"ID_TIPO_VEHICULO": 7,
"ID_TIPO_COMBUSTIBLE": 8,
"N_MODELO": 9,
"B_PRUEBA_GASES": true,
"B_COMPARENDO": true,
"B_INMOVILIZADO": true,
"B_INFORMO": true,
"B_ENCUESTA": true,
"ID_CAUSAL_DEVOLUCION": 15,
"D_MONITOREO": "2026-04-04T02:52:52.3609946-05:00",
"FIRMA": "QEA=",
"FOTO1": "QEA=",
"FOTO2": "QEA=",
"FOTO3": "QEA="
}
]
application/xml, text/xml
Sample:
<ArrayOfMonitoreoT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIMAPI.Models.FtesMovOperativos">
<MonitoreoT>
<B_COMPARENDO>true</B_COMPARENDO>
<B_ENCUESTA>true</B_ENCUESTA>
<B_INFORMO>true</B_INFORMO>
<B_INMOVILIZADO>true</B_INMOVILIZADO>
<B_PRUEBA_GASES>true</B_PRUEBA_GASES>
<D_CERTIFICADO>2026-04-04T02:52:52.3609946-05:00</D_CERTIFICADO>
<D_MONITOREO>2026-04-04T02:52:52.3609946-05:00</D_MONITOREO>
<FIRMA>QEA=</FIRMA>
<FOTO1>QEA=</FOTO1>
<FOTO2>QEA=</FOTO2>
<FOTO3>QEA=</FOTO3>
<ID>1</ID>
<ID_CAUSAL_DEVOLUCION>15</ID_CAUSAL_DEVOLUCION>
<ID_CDA>5</ID_CDA>
<ID_OPERATIVO>2</ID_OPERATIVO>
<ID_TIPO_COMBUSTIBLE>8</ID_TIPO_COMBUSTIBLE>
<ID_TIPO_VEHICULO>7</ID_TIPO_VEHICULO>
<N_MODELO>9</N_MODELO>
<S_CONDUCTOR>sample string 4</S_CONDUCTOR>
<S_PLACA>sample string 3</S_PLACA>
</MonitoreoT>
<MonitoreoT>
<B_COMPARENDO>true</B_COMPARENDO>
<B_ENCUESTA>true</B_ENCUESTA>
<B_INFORMO>true</B_INFORMO>
<B_INMOVILIZADO>true</B_INMOVILIZADO>
<B_PRUEBA_GASES>true</B_PRUEBA_GASES>
<D_CERTIFICADO>2026-04-04T02:52:52.3609946-05:00</D_CERTIFICADO>
<D_MONITOREO>2026-04-04T02:52:52.3609946-05:00</D_MONITOREO>
<FIRMA>QEA=</FIRMA>
<FOTO1>QEA=</FOTO1>
<FOTO2>QEA=</FOTO2>
<FOTO3>QEA=</FOTO3>
<ID>1</ID>
<ID_CAUSAL_DEVOLUCION>15</ID_CAUSAL_DEVOLUCION>
<ID_CDA>5</ID_CDA>
<ID_OPERATIVO>2</ID_OPERATIVO>
<ID_TIPO_COMBUSTIBLE>8</ID_TIPO_COMBUSTIBLE>
<ID_TIPO_VEHICULO>7</ID_TIPO_VEHICULO>
<N_MODELO>9</N_MODELO>
<S_CONDUCTOR>sample string 4</S_CONDUCTOR>
<S_PLACA>sample string 3</S_PLACA>
</MonitoreoT>
</ArrayOfMonitoreoT>