stephenharris / Event-Organiser

WordPress plug-in, Event Organiser, development repository
http://wordpress.org/extend/plugins/event-organiser/
GNU General Public License v3.0
100 stars 76 forks source link

State of the REST API #530

Open yngwi opened 1 year ago

yngwi commented 1 year ago

Hi, does the REST API currently work? In my WordPress 6.1.1 installation with enabled REST API and Event Organiser 3.12.2 I'm trying to query events via REST. In the documentation route /wp/v2 event is listed as an endpoint and I can get a list of future events there. I'm not, however, able to list events in the past or even filter manually what events I want to have. Is that to be expected? What can I do to use events in REST? Thank you!