Using URL Paths With Documents

Last Updated: 12/03/2015 Introduced in Verision: 2.0

Decisions URL’s paths system were designed to provide user with powerful navigation control in the System between Folders, Flows, Rules, Pages, Reports, Forms and much more using wide variety of additional options like Security and View.

Documents

We can download a Document from Decisions using URL. To do so we need to add documentId parameter to our base URL. To get Document’s Id locate the document, rightclick on its name and select Manage > Get Document ID.

getDocumentId

From the resulting pop-up window we copy Document Id string to the clipboard.

copyDocumentId

We build our URL as follow:

http://localhost/decisions/?documentId=4360aada-c725-11e3-8b56-00155db8db0a

documentIdUrl

After we go to this URL browser downloads the document to its default folder on local computer.

Additional Resources