EventList

字段

字段名 类型 格式 是否必填
items array <EventSummary> 必填
total integer 必填
limit integer 必填
offset integer 必填

示例 JSON

{
    "items": [
        {
            "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/"
        }
    ],
    "total": 0,
    "limit": 0,
    "offset": 0
}