GET ApiRest/Evento/GetAllEvento
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
EventoRespuestaName | Description | Type | Additional information |
---|---|---|---|
Lista | Collection of EventoJson |
None. |
|
OperacionExitosa | boolean |
None. |
|
Mensaje | string |
None. |
|
ResultadoPaginacion | ResultadoPaginacion |
None. |
|
EjecucionProcesoId | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Lista": [ { "$id": "2", "EventoId": 1, "AgenteId": 1, "AgenteNombre": "sample string 2", "EventoNombre": "sample string 3", "EventoResena": "sample string 4", "TipoEventoId": 5, "NombreTipoEvento": "sample string 6", "OtroTipoEvento": "sample string 7", "EventoOrganizador": "sample string 8", "EventoOrgEmail": "sample string 9", "EventoOrgTelefono": "sample string 10", "MunicipioId": 11, "DepartamentoId": 12, "EntidadNombreDep": "sample string 13", "EntidadNombreMun": "sample string 14", "EventoDireccion": "sample string 15", "EventoFechaRegistro": "sample string 16", "CuentaUsuarioUsuario": "sample string 17", "EventoFechaEdito": "sample string 18", "CuentaUsuarioEdito": "sample string 19", "EventoObservaciones": "sample string 20", "EventoFechaAprobacion": "sample string 21", "EventoEstado": "sample string 22", "EventoEstadoNombre": "sample string 23", "PublicoDirigido": [ 1, 2 ], "OperacionExitosa": true, "Mensaje": "sample string 2", "ResultadoPaginacion": { "$id": "3", "CantidadPaginas": 1, "TotalRegistros": 2.0 }, "EjecucionProcesoId": "sample string 3" }, { "$ref": "2" } ], "OperacionExitosa": true, "Mensaje": "sample string 2", "ResultadoPaginacion": { "$ref": "3" }, "EjecucionProcesoId": "sample string 3" }