Somehow, it returns 295 results, 6 pages with events dated 2019-2020 too. From EventBrite, there's only two pages with current and future event.
Can anyone shed some light into this matter? What do I missed? It returns same result regardless of time_filter exists or not.
Thanks.
Kevin Liew
unread,
Aug 27, 2021, 5:51:22 AM8/27/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Eventbrite Developers
Okay, I found out the issue right after I posted this... I will just put the solution here just in case anyone else get into the same issue.
Basically, I have to remove content-type: application;/json from the request header. It sounds like if you have that content-type defined, it will ignore the query parameters and look into the body instead.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Eventbrite Developers
Hi Kevin!
Thank you so much for circling back with this solution - it helped a fellow group member to solve the same issue they were encountering and we really appreciate your insights!