The complete reference (specification) of the REST API resources is found bundled with your software, or online:

Path to where you can find specification of the version you have:

vendor/ezsystems/ezpublish-kernel/doc/specifications/rest/REST-API-V2.rst


Online version for latest version:

https://github.com/ezsystems/ezpublish-kernel/blob/master/doc/specifications/rest/REST-API-V2.rst

About the REST specification structure

Resources are grouped by chapters: Content, Content Types and User. In each of those chapters, you will first get an overview, with a table crossing every resource with every applicable HTTP verb, and giving you a summary of the action.

Then throughout the chapter, grouped into sub-chapters, is the detailed documentation for every resource, with:

Related topics: