Originally from ticket #4569.
HI,
How to list the events with performer_id passed with the url? When i pass performer_id , it shows error
I suspect you're passing the performer_id incorrectly. As shown in the documentation the parameter name to pass is performances[performer_id]. Remember that your parameter names and values must be properly encoded so in order to list events for performer_id 16419 your URL would end with something like:
?page=1&per_page=10&performances%5Bperformer_id%5D=16419