All Events API not returning all data
Hi, I am calling all the events and get all the data up until 'tags', but the swaggerhub documentation shows that details, description, etc. I know all of this can be accessed through the /events/{event_id}, but then if I am querying all the upcoming events and need the details, I am then looping through and performing 20+ api calls, which seems redundant. I was curious if you can retrieve the details, description, etc via the /events/ api, or if the documentation has it listed incorrectly. Thanks.
-
Kyl Watson commented
Any update on this? I am trying to build a portal so that hosts can manage their own events on our website and I need to be able to associate the current member with the organizer Id in details. If I have to loop through 50-100 events just to get which events the current member is an organizer for, it is going to take forever