Creating an OnBase Document Retrieval URL - Quick Access - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential - OnBase/Quick-Access/English/Foundation-22.1/Quick-Access/Configuration/Creating-an-OnBase-Document-Retrieval-URL - 2022-12-19

Quick Access

Platform
OnBase
Product
Quick Access
Release
Foundation 22.1
License
Premier
Standard
Essential

This topic describes how to create a URL for Quick Access to retrieve a specific OnBase document.

Quick Access uses the document handle (the unique document ID) of the OnBase document for retrieval. The URL to retrieve a document is structured in the following format:

https://[server]/[qav-application]/viewer/document/[document_ID]

To create a link to a specific OnBase document:

  1. Begin with the base URL to the Quick Access application, for example:
    https://server/qav-application
  2. Append /viewer/document to the path:
    https://server/qav-application/viewer/document
  3. Append /document_ID to the path, where the document_ID is the document handle or unique document ID of the OnBase document. For example:
https://server/qav-application/viewer/document/1234

Using this format, an example URL to retrieve the document with document handle 1234 may look like the following:

https://my.server.com/QAV/viewer/document/1234