GET /v1/reservation/?format=api&page=32
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 621,
"next": null,
"previous": "https://respa.turku.fi/v1/reservation/?format=api&page=31",
"results": [
{
"url": "https://respa.turku.fi/v1/reservation/112016/?format=api",
"id": 112016,
"resource": "aye2cwocyboq",
"begin": "2027-05-12T15:00:00+03:00",
"end": "2027-05-12T18:00:00+03:00",
"is_own": false,
"state": "confirmed",
"need_manual_confirmation": true,
"staff_event": false,
"user_permissions": {
"can_modify": false,
"can_delete": false
},
"preferred_language": "fi",
"type": "normal",
"has_arrived": false,
"universal_data": null
}
]
}