Listar formularios
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"success": true,
"paging": {
"offset": 0,
"limit": 2,
"result": 2,
"total": 350
},
"data": [
{
"_id": "197",
"created": "2022-05-03T16:17:21.000Z",
"created_by_user_name": "[email protected]",
"created_by_user_id": 28,
"client": {
"id": 12596,
"name": "Logistica Hnos.",
"uid_client": "klk321MM"
},
"df_data": {
"schema_id": 170,
"results": {
"last_updated": "2022-05-03T16:17:21.000Z",
"formvalues": {
"FWA3VCpeS": "Texto 1",
"FWNDBKSIr": "Texto 2",
"FW27yy7bk": 5
}
}
},
"state": {
"color": "RED",
"deleted": false,
"id": 27,
"name": "Cancelado"
}
},
{
"_id": "198",
"created": "2022-05-03T16:20:50.000Z",
"created_by_user_name": "[email protected]",
"created_by_user_id": 28,
"client": {
"id": 12597,
"name": "Distribuidora de alimentos",
"uid_client": "AKKJDS23"
},
"df_data": {
"schema_id": 170,
"results": {
"last_updated": "2022-05-03T16:20:50.000Z",
"formvalues": {
"FWA3VCpeS": "Otro texto 1",
"FWNDBKSIr": "Otro texto 2",
"FW27yy7bk": 6
}
},
"state": {
"color": "RED",
"deleted": false,
"id": 27,
"name": "Cancelado"
}
}
]
}Ejemplo 1
Analizando la Respuesta
Ejemplo 2
Last updated