Query parameters

Responses

GET /api/event/scanner/base_event_signup/next/{personIdentifier}
curl \
 --request GET 'https://replace-with-own-host.iw-erp.de/api/event/scanner/base_event_signup/next/{personIdentifier}' \
 --header "x-session-token: $API_KEY"
Response examples (200)
[
  {
    "id": 42,
    "first_name": "string",
    "last_name": "string",
    "gender": "string",
    "waiting": true,
    "confirmed": true,
    "direct_billing": true,
    "direct_billing_check_date": "2025-05-04T09:42:00Z",
    "direct_billing_token": "string",
    "birthday": "2025-05-04T09:42:00Z",
    "known_allergies": "string",
    "confirmed_no_allergies": true,
    "allow_photos": true,
    "allow_child_alone": true,
    "authorized_pickup": "string",
    "needs_support": true,
    "support_description": "string",
    "financial_support": true,
    "financial_support_number": "string",
    "municipal_support": true,
    "municipal_support_number": "string",
    "grade_level": 42,
    "school_class": "string",
    "self_check_in": true,
    "self_check_out": true,
    "self_check_in_date": "2025-05-04T09:42:00Z",
    "self_check_out_date": "2025-05-04T09:42:00Z",
    "reminded_of_absence": "2025-05-04T09:42:00Z",
    "confirmed_date": "2025-05-04T09:42:00Z",
    "name": "string"
  }
]