You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also unable to get the List by GenreID endpoint to filter responses by using the latitude and longitude and max_distance_in_meters parameters am I missing something?
I am unable to get any sorting to work on the search events endpoint using any of the fields in the response (ex. start_date or name).
Here is a sample endpoint and parameter I am calling for sorting
https://api.stubhub.net/catalog/events/search?q=buccaneers&latitude=28.54322&longitude=-82.54365&page_size=50&max_distance_in_meters=80000&exclude_parking_passes=true&sort=start_date
I am also unable to get the List by GenreID endpoint to filter responses by using the latitude and longitude and max_distance_in_meters parameters am I missing something?
Here is a sample endpoint for listing by genre_id
https://api.stubhub.net/catalog/events?latitude=28.54325765&longitude=-82.6543676&genre_id=3&exclude_parking_passes=true&max_distance_in_meters=200000
The text was updated successfully, but these errors were encountered: