REST API
This page should redirect here: https://github.com/eventespresso/event-espresso-core/tree/master/docs/C--REST-API
Table of Contents
GET Requests
- EE4 REST API: Reading Data Overview
- EE4 REST API: Filtering Results in GET requests
- EE4 REST API: Including Specific Fields and Related Entities in results for GET request
- EE4 REST API: GET Response Headers
- EE4 REST API: GET Calculated Fields
RPC Style Endpoints
There are a few endpoints in the EE4 REST API that really don't follow the REST way of doing things, and are more like RPC (Remote Procedure Calls). These endpoints aren't just for simple reading, inserting, updating, or deleting. They have a bunch of other logic tied in there, which can sometimes be handy, so that your application doesn't need to implement all this logic itself (of course if you don't want all this extra logic, you're welcome to use the more traditional RESTy read and writing endpoints instead).