Skip to main content

EventObjectPublic

statusstring

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

Default value: draft
ksuidstring

ID of the event

bannerstring

Appears at the top of the event page

entity_typestring
namestringrequired

The name of the event.

Possible values: >= 2 characters

starts_atdate-timerequired
ends_atdate-timerequired
categorystring[]

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

descriptionstring
created_atdate-time
updated_atdate-time
versioninteger
location object
ksuidstring
namestringrequired
addressstring
latnumber
lngnumber
itemsobject[]
bundlesobject[]
EventObjectPublic
{
"status": "draft",
"ksuid": "string",
"banner": "string",
"entity_type": "string",
"name": "string",
"starts_at": "2024-07-29T15:51:28.071Z",
"ends_at": "2024-07-29T15:51:28.071Z",
"category": [
"congress"
],
"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
},
"items": [
{}
],
"bundles": [
{}
]
}