{
"currentPage": 1,
"gridName": "Costos de Mantenimiento",
"gridId": 234567,
"totalRecordsReturned": 50,
"totalPages": 8,
"totalRecords": 392,
"dataRecord": {
"fields": [
{
"id": 1,
"label": "Equipo",
"name": "equipo",
"order": 1,
"type": "string",
"visible": true,
"width": 150
},
{
"id": 2,
"label": "Tipo de Mantenimiento",
"name": "tipo_mantenimiento",
"order": 2,
"type": "string",
"visible": true,
"width": 180
},
{
"id": 3,
"label": "Costo Total",
"name": "costo_total",
"order": 3,
"type": "decimal",
"visible": true,
"width": 120
},
{
"id": 4,
"label": "Fecha",
"name": "fecha",
"order": 4,
"type": "datetime",
"visible": true,
"width": 120
}
],
"rows": [
{
"equipo": "EQ-1001",
"tipo_mantenimiento": "Preventivo",
"costo_total": 5400.00,
"fecha": "2026-03-01T08:30:00Z"
},
{
"equipo": "EQ-1002",
"tipo_mantenimiento": "Correctivo",
"costo_total": 12500.50,
"fecha": "2026-03-02T14:15:00Z"
}
]
}
}