{
"data": [
{
"id": 77,
"worker_id": 101,
"registration_check_id": 501,
"type": "status_changed",
"severity": "low",
"title": "Jane Smith - Registration Suspended",
"description": "string",
"previous_status": "active",
"new_status": "suspended",
"acknowledged": false,
"acknowledged_at": "2019-08-24T14:15:22.123Z",
"acknowledged_by": 0,
"email_sent": false,
"email_sent_at": "2019-08-24T14:15:22.123Z",
"worker": {
"id": 0,
"name": "string",
"regulator": "nmc",
"registration_number": "string"
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"links": {
"first": "http://example.com",
"last": "http://example.com",
"prev": "http://example.com",
"next": "http://example.com"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 5,
"per_page": 20,
"to": 20,
"total": 87
}
}