List Events
The API request allows you to retrieve information about your event.
The event details API call returns a list of your events. Each event information returned by API has: - tdac_id, long value not null. - title, string value not null. - description, string value not null. - category, string value not null. - start, string value not null. - end, string value not null. - location_latitude, float value not null. - location_longitude, float value not null. - rank, int value not null. - country, string value not null. - state, string value not null. - address, string value not null. - accessibility, boolean value not null.