{
"status": 200,
"message": "Relevant checklists retrieved successfully",
"data": [
{
"id": "checklist_abc123",
"name": "Safety Inspection",
"description": "Checklist for safety compliance checks",
"pickModelComponentId": "component_123abc",
"createdAt": "2025-06-01T12:00:00.000Z",
"updatedAt": "2025-06-01T12:00:00.000Z"
},
{
"id": "checklist_def456",
"name": "Engine Check",
"description": "Checklist for engine condition and parts",
"pickModelComponentId": "component_456def",
"createdAt": "2025-06-01T13:00:00.000Z",
"updatedAt": "2025-06-01T13:00:00.000Z"
}
]
}