{
"current_page": 1,
"data": [
{
"id": 1,
"priority": "low",
"status": "open",
"user_id": 1,
"agent_id": null,
"created_at": "2024-10-08 09:00:10",
"updated_at": "2024-10-08 09:00:10"
},
{
"id": 2,
"priority": "low",
"status": "open",
"user_id": 1,
"agent_id": null,
"created_at": "2024-10-08 09:00:48",
"updated_at": "2024-10-08 09:00:48"
},
{
"id": 3,
"priority": "low",
"status": "open",
"user_id": 1,
"agent_id": null,
"created_at": "2024-10-08 09:02:06",
"updated_at": "2024-10-08 09:02:06"
}
],
"first_page_url": "http://iptv-api.test/api/v1/tickets?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://iptv-api.test/api/v1/tickets?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://iptv-api.test/api/v1/tickets?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://iptv-api.test/api/v1/tickets",
"per_page": 15,
"prev_page_url": null,
"to": 3,
"total": 3
}