{
"success": true,
"data": [
{
"id": 1,
"partner_id": 123,
"certification": {
"id": 1,
"name": "AC Installation Certification",
"description": "Certification for AC installation and maintenance",
"kind": "online",
"duration": 120,
"initiator": "Daikin Indonesia",
"start_date": "2025-01-15T09:00:00Z",
"end_date": "2025-01-15T17:00:00Z",
"expired_at": "2026-01-15T00:00:00Z",
"url": "https://example.com/certification/123",
"location": null,
"tool_brand": "Daikin",
"tool_type": "Split AC",
"certificate": null,
"sub_service": {
"id": 1,
"name": "AC Installation"
},
"service": {
"id": 1,
"name": "HVAC"
},
"created_at": "2025-12-01T10:00:00Z",
"updated_at": "2025-12-07T11:30:00Z"
},
"created_at": "2025-12-20T10:00:00Z",
"updated_at": "2025-12-20T10:00:00Z"
}
],
"meta": {
"page": 1,
"per_page": 20,
"total_count": 5,
"total_pages": 1,
"prev_page": null,
"next_page": null
}
}