tool_type and tool_brandtool_type and tool_brand (not restricted by which partner performed the work).tool_type and tool_brand are required (non-blank). Sort order is newest completion first.Authorization: ********************curl --location '/api/v1/institutions/1/work-history?tool_type=MRI&tool_brand=Siemens&page=undefined&per_page=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"description": "Maintenance completed",
"date": "2025-11-15",
"tool_type": "MRI",
"tool_brand": "Siemens"
}
],
"meta": {
"page": 1,
"per_page": 20,
"total_count": 1,
"total_pages": 1,
"prev_page": null,
"next_page": null
}
}