EventDetail

Properties

Name Type Format Required
id integer required
title string required
teaser string | null
start string date-time required
stop string | null date-time
type integer | null
rsvpCount integer required
previewImageUrl string | null uri
detailUrl string uri required
webUrl string uri required
description string | null
location EventLocation | null
images array <string> required

Example 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/",
    "description": "string",
    "location": {
        "name": "string",
        "street": "string",
        "city": "string",
        "postcode": "string"
    },
    "images": [
        "https://example.com/"
    ]
}