I store mostly static data such as Events, Venues, Performers, etc., in our site database for improved performance. The biggest bottleneck right now is the TE API call to list TicketGroups for a specific event. I can't paginate the API call because I sort the results by featured and then by price, which can only be done once you have all of the records. Are there any plans to add sorting to the conditions supported by the API? If results returned by the API were sorted then I could paginate them. What's the recommended practice with handling listing TicketGroups? Thanks!
Date
Votes
2 comments
-
Permanently deleted user Currently there are no plans to add sorting to list ticketGroups API calls.
There are infrastructure changes in the works that should significantly speed up those API calls.
-
Permanently deleted user UPDATE: In v9 of the API you can now pass an 'order_by' parameter when listing events, performers and venues. There are still no plans to allow sorting of ticketgroups.
Please sign in to leave a comment.