{
"data": [
{
"id": 412,
"registration_check_id": 501,
"worker_id": 101,
"type": "screenshot",
"file_name": "nmc-result.png",
"mime_type": "string",
"file_size": 0,
"file_size_formatted": "24.1 KB",
"hash": "string",
"exists_on_disk": true,
"captured_at": "2019-08-24T14:15:22.123Z",
"download_url": "http://example.com",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"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
}
}