I have setup the wp auth server and get all registrations on executing http://v2.iregister.ie/wp-json/ee/v4.6/registrations
But If I want to get registration details with reg_id = 94 http://v2.iregister.ie/wp-json/ee/v4.6/registrations?filter%5Bwhere%5D%5BREG_ID%5D=94
Then its giving the below error
Array(
[result] => Array (
[0] => Array (
[code] => json_registrations_cannot_list
[message] => Sorry, you are not allowed to list registrations. Missing permissions: ee_read_registrations,ee_read_others_registrations
)
)
[code] => 403
[content_type] => application/json; charset=UTF-8
)
The support post ‘ee4 rest api – get registration details based on reg_id using oauth authenticati’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.