Skip to main content

EventListResponse

events object[]
  • Array [
  • statusstring

    Possible values: [draft, live, archived, outdated]

    Default value: draft
    ksuidstring

    ID of the event

    bannerstring

    Appears at the top of the event page

    namestringrequired

    The name of the event.

    Possible values: >= 2 characters

    starts_atdate-time
    ends_atdate-time
    categorystring[]

    Possible values: [congress, workshop, party, class, lecture]

    capacityinteger
    number_soldinteger
    Default value: 0
    descriptionstring
    created_atdate-time
    updated_atdate-time
    versioninteger
    location object
    ksuidstring
    namestringrequired
    addressstring
    latnumber
    lngnumber
    historyobject[]
    itemsobject[]
    bundlesobject[]
  • ]
  • EventListResponse
    {
    "events": [
    {
    "status": "draft",
    "ksuid": "string",
    "banner": "string",
    "name": "string",
    "starts_at": "2024-07-29T15:51:28.071Z",
    "ends_at": "2024-07-29T15:51:28.071Z",
    "category": [
    "congress"
    ],
    "capacity": 0,
    "number_sold": 0,
    "description": "string",
    "created_at": "2024-07-29T15:51:28.071Z",
    "updated_at": "2024-07-29T15:51:28.071Z",
    "version": 0,
    "location": {
    "ksuid": "string",
    "name": "string",
    "address": "string",
    "lat": 0,
    "lng": 0
    },
    "history": [
    {}
    ],
    "items": [
    {}
    ],
    "bundles": [
    {}
    ]
    }
    ]
    }