GET ApiRest/Basicos/getTableros
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TableroRespuestaName | Description | Type | Additional information |
---|---|---|---|
Lista | Collection of Tablero |
None. |
|
OperacionExitosa | boolean |
None. |
|
Mensaje | string |
None. |
|
ResultadoPaginacion | ResultadoPaginacion |
None. |
|
EjecucionProcesoId | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Lista": [ { "$id": "2", "TableriId": 1, "TableroNombre": "sample string 1", "TableroDescripcion": "sample string 2", "TableroLink": "sample string 3", "CuentaUsuarioIdGestiona": 1, "TableroFechaRegistro": "sample string 4", "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" }