Gallery
Documentación Front-End
Share
Explore
Documentación Front-End
TABLAS DINAMICAS

icon picker
GET - TABLA DINAMICA

Consultas dinámicas
Ejemplo:
[
{"tabla": "USUARIOS",
"condicion": "and",
"campo": "USU_APELLIDO_PATERNO",
"operador": "Like",
"valor": "ZAPATA"},
{"tabla": null,
"condicion": "and",
"campo": "USU_APELLIDO_MATERNO",
"operador": "Like",
"valor": "GALVEZ"}
]

Body:

Body:
{
"json": ""
}



Result:

{
"success": true,
"data": [
{
"USU_ID": 4,
"USU_NOMBRES": "Oscar Eduardo",
"USU_APELLIDO_PATERNO": "Zapata",
"USU_APELLIDO_MATERNO": "Galvez",
"USU_TUS": 1,
"USU_LOGIN": "oscar.zapata",
"USU_PASSWORD": "15cabb8017d4f214c770f7a9ec884259d598d938ab8f36e13fba66892b57dcf7",
"USU_CORREO": "oscar.zapata@junaeb.cl",
"USU_TELEFONO": "+5695136",
"USU_USU_CREADOR": 1,
"USU_FECHA_CREACION": "2022-11-03 16:00:00.000",
"USU_USU_MODIFICADOR": 4,
"USU_FECHA_MODIFICACION": "2022-12-23 10:06:13.453",
"USU_BAJA": 0,
"USU_OBJ": null,
"USU_LDAP": null,
"USU_STATUS_LDAP": null,
"USU_ULT_INGRESO_CORRECTO": "2022-12-27 12:42:00.863",
"USU_ULT_INGRESO_INCORRECTO": "2022-12-23 10:20:16.287",
"USU_BLOQUEADO": 1,
"USU_INTENTOS_SESION": 0
}
]
}



Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.