GET /v1/reservation/99187/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://respa.turku.fi/v1/reservation/99187/?format=api",
    "id": 99187,
    "resource": "aye2cwmz764a",
    "begin": "2026-01-14T17:30:00+02:00",
    "end": "2026-01-14T19:00:00+02: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": {
        "type": "select",
        "field": {
            "id": 2,
            "label": "Istumajärjestys",
            "options": [
                {
                    "id": 5,
                    "text": "A: Auditorio (90)"
                },
                {
                    "id": 6,
                    "text": "B: Avoin tila (90)"
                },
                {
                    "id": 7,
                    "text": "C: Hevosenkenkä (20)"
                },
                {
                    "id": 8,
                    "text": "D: Kahvilamalli (55)"
                },
                {
                    "id": 9,
                    "text": "E: Lautakuntamalli (25)"
                },
                {
                    "id": 10,
                    "text": "F: Luokkahuone (38)"
                }
            ],
            "description": "Valitse Studion istumajärjestys"
        },
        "selected_option": "5"
    }
}

Respa version: tku-v1.13