Listar estructuras/esquemas de todos los tipos de OTs
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"success": true,
"data": [
{
"wo_group": 1,
"wo_shema_id": 1,
"production": true,
"version": 1,
"draft": false,
"name": "Limpieza de tanque",
"default_service_time": 45,
"labels_ids": [
2,
5
],
"instructions_description": {
"widgets": [
{
"id": "FWwNsdtbs",
"title": "Campo Texto",
"subtitle": "Complete con los datos correspondientes",
"widget_type": "TEXT_FIELD"
},
{
"id": "FWiEIFM1s",
"title": "Campo Parrafo",
"subtitle": "Complete las observaciones",
"widget_type": "TEXT_PARAGRAPH"
},
{ ... }
]
},
"results_description": {
"widgets": [
{
"id": "FWrR1qykT",
"title": "Campo Fecha",
"subtitle": "Seleccione la fecha",
"widget_type": "DATE_FIELD"
},
{
"id": "FWNE2A6HR",
"title": "Seleccion Multiple",
"subtitle": "Seleccione las opciones",
"widget_type": "MULTIPLE_SELECTION",
"description": {
"options": [
"Opcion 1",
"Opcion 2",
"Opcion 3"
]
}
}
]
}
}, { ... } // Otro tipo de OT
]
}Analizando la Respuesta
Last updated