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 purpose | URI template | Method |
---|---|---|
Create a new document | files/create/:type | GET |
Get a document information | files/:fileid | GET |
Get a document contents | files/:fileid/contents | GET |
Update a document contents | files/:fileid/contents | POST |
Save a document as a copy with a new filename and rename a document | files/:fileid | POST |
Additionally, the RESTful service contains handlers supporting integration with an Oracle APEX application.
Handler purpose | URI template | Method |
---|---|---|
Test if RESTful service module is available | files/knockknock | GET |
Get a document meta-data | files/meta/ | GET |