...
To download a document from the DMS, you can use the following endpoint:
Code Block |
---|
http://<nuxeoserverip><cbserverip>:<nuxeoport><cbport>/casebrowser/download//<documentUID>/true |
Note: This is a casebrowser endpoint so you need to use the casebrowser server IP and port.
To get the documentUID from the document's path, you can run a http POST against the Document.Fetch endpoint of the DMS:
...