EventSummary

Eigenschaften

Name Typ Format Erforderlich
id integer erforderlich
title string erforderlich
teaser string | null
start string date-time erforderlich
stop string | null date-time
type integer | null
rsvpCount integer erforderlich
previewImageUrl string | null uri
detailUrl string uri erforderlich
webUrl string uri erforderlich

Beispiel-JSON

{
    "id": 0,
    "title": "string",
    "teaser": "string",
    "start": "2026-01-01T00:00:00+00:00",
    "stop": "2026-01-01T00:00:00+00:00",
    "type": 0,
    "rsvpCount": 0,
    "previewImageUrl": "https://example.com/",
    "detailUrl": "https://example.com/",
    "webUrl": "https://example.com/"
}