Attendees through REST API
-
Hello,
I am trying to find event attendees via the REST API. I came upon this thread already, which was not particularly helpful.
I found the wp-json/tribe/tickets/v1/attendees endpoint, which seems like it should do the trick, but a GET call to it returns nothing:
{ "rest_url": "https://wp.myurl.org/wp-json/tribe/tickets/v1/attendees/", "total": 0, "total_pages": 0, "attendees": [] }
Even though my page has attendees, which are visible if I navigate to Tickets > Attendees on the lefthand tool bar.
Any idea why they are not visible through the REST API?
Thanks,
Ian
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.