HeySummitH
HeySummit
5h ago

API Requests

We would like to request an update/expansion to the current API capabilities. There are several event-related fields that are not being passed through the API but are important for our workflow. Specifically, we’d like to request support for the following: - Event description – currently only the event logo is passed. - Feature image – at the moment, only the logo and speaker images are available via API. - Tags/Categories – for example: online event, college, masters, MBA, etc. These are not being passed. - Event status – such as draft, live, etc. (If this already exists, please let us know how to access it.) Please let us know if these additions could be included in a future API update or if there are any workarounds in the meantime. Thank you
CompletedCompleted

4 hours ago

Hi there, We’ve expanded the Events API payload so you’ll now see: - description, - feature_image, - categories, - custom tags - status (planning/running/finished, derived from the event schedule). Remember the response already includes the is_live and is_archived booleans as well. Those flags will give you a quick snapshot of whether an event is still a draft/private, fully live, or archived. Hope this helps.

4 hours ago

Regarding event status, the API currently provides the following statuses: "is_live", "is_archived", "is_evergreen", and "is_open_for_registrations". Listing all available statuses would be beneficial for our integration. Also, the API converts event dates to UTC without explicitly specifying the time zone in the date output. We were able to resolve this on our end through trial and error, but it would greatly benefit for other developers if the time zone (UTC) was clearly specified in the date fields.