List Subtasks
Output model to obtain the subtasks of a task, aligned to the official schema.
General information:
| Module | Category |
|---|---|
Task |
Read |
ListSubtasks
Parameters:
No parameters.
Input parameters:
| Field | Type | Required | Description | Default Value | Examples |
|---|---|---|---|---|---|
Usage example:
{
"id_work_order": 1,
"id_work_order_task": 10,
"id_work_orders_tasks_form_items": 100,
"value": 50,
"description": "Subtarea de inspección",
"unit_description": "Horas",
"units_code": "HRS",
"order_number": 1,
"is_required": true,
"meter_description": "Medidor presión",
"last_value": 120,
"wo_folio": "WO123",
"creation_date": "2025-12-10T08:00:00Z",
"id_status_work_order": 2,
"id_task_form_item_type": 5,
"group": "Grupo A",
"id_company": 5
}
Notes:
Use this model to obtain subtasks of a task.