API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · event_registrations

Event Registration Schema

Schema-ID
event_registration
Collection
event_registrations
Permissions
  • Lesenevent_registration_view
  • Anlegenevent_registration_create
  • Ändernevent_registration_edit
  • Löschenevent_registration_delete

Felder

Event Registration Schema

event_registrations4 Permissions

Schema for event attendee registrations with check-in tracking

managedEventIduuiderforderlich
attendeeTypestringerforderlich
ATTENDEESPEAKERSPONSORSTAFFVIPCOMPANION
ticketTypeIduuidoptional
nullable
statusstringerforderlich
PENDINGCONFIRMEDWAITLISTEDCANCELLEDCHECKED_INNO_SHOW
registrationNumberstringoptional
read-onlynullable
personalInfoobjecterforderlich
firstNamestringerforderlich
1–100 Zeichen
lastNamestringerforderlich
1–100 Zeichen
emailemailerforderlich
1–200 Zeichen
phonestringoptional
max 50 Zeichennullable
companystringoptional
max 200 Zeichennullable
jobTitlestringoptional
max 200 Zeichennullable
partyIduuidoptional
nullable
contactPartyIduuidoptional
nullable
companionsobject[]optional
Default: []nullable
firstNamestringerforderlich
1–100 Zeichen
lastNamestringerforderlich
1–100 Zeichen
emailemailoptional
max 200 Zeichennullable
surveyResponseIduuidoptional
nullable
checkedInAtdatetimeoptional
nullable
checkedInByuuidoptional
nullable
cancelledAtdatetimeoptional
nullable
cancellationReasonstringoptional
max 2000 Zeichennullable
anonymizedAtdatetimeoptional
nullable
qrCodeTokenstringoptional
read-onlynullable
checkInTokenstringoptional
read-onlynullable
consentGivenAtdatetimeoptional
read-onlynullable
consentVersionstringoptional
max 100 Zeichenread-onlynullable
marketingConsentbooleanoptional
Default: false
dietaryRequirementsanyOfoptional
nullable
notesstringoptional
max 5000 Zeichennullable
sessionIdsuuid[]optional
Default: []nullable
badgeGeneratedbooleanoptional
Default: false
badgeDocumentIduuidoptional
read-onlynullable
certificateGeneratedbooleanoptional
Default: false
certificateDocumentIduuidoptional
read-onlynullable

Standard-Endpoints

Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:

  • GET /api/v1/event_registrations — Liste, paginiert + filterbar
  • GET /api/v1/event_registrations/<id> — Einzelne Entity
  • POST /api/v1/event_registrations — Anlegen
  • PATCH /api/v1/event_registrations/<id> — Teil-Update
  • DELETE /api/v1/event_registrations/<id> — Soft-Delete
  • GET /api/v1/event_registrations/<id>/timeline — Audit + Aktivitäten

Suche