{
"data": [
{
"id": 501,
"regulator": "nmc",
"registration_number": "SW12345",
"status_returned": "active",
"expiry_date_returned": "2027-06-30",
"restrictions_returned": null,
"previous_status": "active",
"status_changed": false,
"check_result": "success",
"error_message": null,
"checked_at": "2026-04-21T08:30:00+00:00"
}
],
"links": {
"first": "https://ram.test/api/v1/workers?page=1",
"last": "https://ram.test/api/v1/workers?page=4",
"prev": null,
"next": "https://ram.test/api/v1/workers?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 4,
"per_page": 50,
"to": 50,
"total": 187
}
}