| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId |
Identifier for the event. Used to uniquely identify an event |
integer |
None. |
| name |
The name of the event |
string |
None. |
| description |
Additional details about the event |
string |
None. |
| primaryImage |
The image that best represents the event |
EventImage |
None. |
| categories |
Categories that represent the type of event |
Collection of EventCategory |
None. |
| location |
Location information for the event |
EventLocation |
None. |
| instances |
The dates of the event series |
Collection of EventInstance |
None. |
| price |
Pricing information for the event |
Price |
None. |
| lastUpdatedDate |
The date the event was last updated in the system |
date |
None. |
| popularity |
The popularity of the event |
integer |
None. |
| interest |
The interest level of the event |
integer |
None. |
| links |
The links for more information on the event |
Collection of EventLink |
None. |
| previousEventIds |
If an event gets merged in the system, these are the alternate (previous) identifiers |
Collection of integer |
None. |
| seriesStart |
The start date and time of the event series |
date |
None. |
| seriesEnd |
The end date and time of the event series |
date |
None. |
| url |
Url of the event found where the portal is set up at. |
string |
None. |
| handPicked |
Whether or not the event has been hand picked by admin. Displayed as 'Editors Pick' |
boolean |
None. |
| customField |
Custom Field defined in Portal |
string |
None. |
| contact |
Contact Information for the Event |
EventContact |
None. |
| media |
Videos for the Event primarily from youtube, vimeo and viddler |
Collection of string |
None. |