EventDetail

Propiedades

Nombre Tipo Formato Obligatorio
id integer obligatorio
title string obligatorio
teaser string | null
start string date-time obligatorio
stop string | null date-time
type integer | null
rsvpCount integer obligatorio
previewImageUrl string | null uri
detailUrl string uri obligatorio
webUrl string uri obligatorio
description string | null
location EventLocation | null
images array <string> obligatorio

JSON de ejemplo

{
    "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/"
    ]
}