Skip to content

List Tasks To Do And Work Orders By Document

Output model to obtain pending tasks and work orders in process by document, aligned to the official schema.


General information:

Module Category
Task Read

ListTasksToDoAndWorkOrdersByDocument

Parameters:

No parameters.

Input parameters:

Field Type Required Description Default Value Examples

Usage example:

{
  "id_task": 1,
  "description": "Tarea pendiente",
  "date_maintenance": "2025-12-10",
  "requested_by": "Juan Pérez",
  "asset": {
    "id": 100,
    "description": "Compresor principal",
    "code": "IT-100",
    "active": true
  },
  "annotations": {
    "id_wo_related": "WO-2025-001",
    "code_wo_related": "TK-2025-001",
    "id_task_todo_related": 1
  },
  "is_active": true,
  "wo_folio": "WO-2025-001",
  "creation_date": "2025-12-01T08:00:00Z"
}

Notes:

Use this model to obtain pending tasks and OTs with related assets.