You call a method on the CMIS AtomPub REST API by issuing an authenticated HTTP request with a URL.
The four HTTP methods are used to support the traditional Create, Read, Update, and Delete (CRUD) operations of content management:
- POST
- is used to create a new entities
- GET
- is used to retrieve information
- PUT
- is used to update a single entity
- DELETE
- is used to delete a single entity