...
To download a document from the DMS, you can use the following endpoint:
Code Block |
---|
http://<cbserverip><nuxeoserverip>:<cbport><nuxeoport>/casebrowser/download//<caseRef>,<documentUID>/true |
Note: This is a casebrowser endpoint so you need to use the casebrowser server IP and port.
...
From this, you can extract the "uid" value.
Since DMS version 1.9.8.2.3-3, the download endpoint allows downloading of multiple documents as follows:
Code Block |
---|
http://<nuxeoserverip>:<nuxeoport>/casebrowser/download/<caseRef1>,<documentUID1>;<caseRef2>,<documentUID2>;<caseRef3>,<documentUID3>;.../true |
Creating a document in the DMS
...