/api/v1/plugin/ecm

get

Retrieve the active version of the requested file; for example, if "2.0" is the active version, then version 2.0 is retrieved.

/api/v1/service/ecm

User must be authenticated and must have 'read' access on the object identified by the object type and object id. API doc last verified on 2015-05-11.

get

Get list of all files in the requested container; this could take some time if the container has many files.

post

Copy one or more files to another container. API doc last verified on 2015-05-11.

Copy a folder. API doc last verified on 2015-05-11.

post

Copy a folder to another location, either in the same container or a different container. The folder contents are recursively copied to the other location; this recursive copy operation will take time proportional to the number and size of objects to be copied.

delete

Deletes the requested folder. The folder must be empty (it must not have any child documents or folders).

post

Rename the requested folder

put

Create a new folder under the requested folder

User must be authenticated and must have 'read' access on the requested object.

get

Get list of objects in the root folder of the requested container.

Create a new folder. API doc last verified on 2015-05-11.

put

Create a new folder under the requested parent folder.

delete

Remove the requested file (both metadata and the content file itself)

get

Get file metadata

post

Move one or more files to another container

post

Move one or more files to an existing folder in the same container

post

Add a file. User must have "add file" permission on the parent object. File name must be unique in the folder where the file is added. If the parentCmisFolderId is provided, that folder must be within the parent object's folder tree.

post

Add a new file version. User must have "version file" permission for the requested file.

get

Get the version history for one file