Skip to main content

RESTful Service Module

APEX Office Edit comes with a fully configured RESTful service module handling the following document operations described in the table below.

Handler purposeURI templateMethod
Create a new documentfiles/create/:typeGET
Get a document informationfiles/:fileidGET
Get a document contentsfiles/:fileid/contentsGET
Update a document contentsfiles/:fileid/contentsPOST
Save a document as a copy with a new filename and rename a documentfiles/:fileidPOST

Additionally, the RESTful service contains handlers supporting integration with an Oracle APEX application.

Handler purposeURI templateMethod
Test if RESTful service module is availablefiles/knockknockGET
Get a document meta-datafiles/meta/GET