JSON
{
"data": [
{
"id": 1,
"name": "camera_agent_1",
"uuid": "50b54973-dac0-4964-bdad-38640e23255b",
"mac": "qweasdzxc",
"serial_number": "serial_number",
"status": "activated",
"is_online": true,
"version": null,
"last_updated_at": null,
"created_at": "2024-05-17T11:45:17.000000Z",
"updated_at": "2024-05-17T11:45:17.000000Z"
}
],
"links": {
"first": "https://vms.local:8080/api/v1/camera-agents?page=1",
"last": "https://vms.local:8080/api/v1/camera-agents?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "pagination.previous",
"active": false
},
{
"url": "https://vms.local:8080/api/v1/camera-agents?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "pagination.next",
"active": false
}
],
"path": "https://vms.local:8080/api/v1/camera-agents",
"per_page": 25,
"to": 1,
"total": 1
}
}