Skip to content

List Tasks To Do And Work Orders By Items

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


General information:

Module Category
Task query

ListTasksToDoAndWorkOrdersByItems

Parameters:

No parameters.

Input parameters:

Field Type Required Description Default Value Examples

Usage example:

{
  "id_task": 1,
  "description": "Tarea pendiente",
  "asset_id": 100,
  "asset_description": "Compresor principal",
  "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 in a flattened way.