0

Sorting Ticket Groups

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!

2 comments

Please sign in to leave a comment.