GET ApiRest/Agente/getAgentesOtrasocupaciones?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AgenteOcupacionJson| Name | Description | Type | Additional information |
|---|---|---|---|
| OperacionExitosa | boolean |
None. |
|
| Mensaje | string |
None. |
|
| ResultadoPaginacion | ResultadoPaginacion |
None. |
|
| EjecucionProcesoId | string |
None. |
|
| AgenteOcupacionId | integer |
None. |
|
| AgenteId | integer |
None. |
|
| TipoOcupacionId | integer |
None. |
|
| AreaId | integer |
None. |
|
| OtrasAreasId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"AgenteOcupacionId": 1,
"AgenteId": 2,
"TipoOcupacionId": 3,
"AreaId": 4,
"OtrasAreasId": 1,
"OperacionExitosa": true,
"Mensaje": "sample string 2",
"ResultadoPaginacion": {
"$id": "2",
"CantidadPaginas": 1,
"TotalRegistros": 2.0
},
"EjecucionProcesoId": "sample string 3"
},
{
"$ref": "1"
}
]