Official comment
Hi Daniel,
If you have the document id you can use the "download" action (https://api2.clarizen.com/V2.0/services/files/Download) to retrieve the document url.
For example:
(Where "/Document/54tq2hswnfn5inzlsuxz7dtcy0" is your document id)
Will give a response like this:
{
"fileInformation": {
"storage": "Server",
"url": "https://api2.clarizen.com/V2.0/services/files/49.61.1-636409794542748896-FC614B691E56168840961/downloadFile",
"fileName": "op.csv",
"extendedInfo": "Document"
}
}
Use the url value to download the document.
I hope this helps,
Elad