Skip to content

Latest commit

 

History

History

C--REST-API

The documents in this folder are all related to the REST API in EE core.

Table of Contents

GET Requests

Schema

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).

Write Endpoints

Libraries/Tools

Related Tutorials

Don't miss the REST API tutorials in our tutorials section.