Skip to main content

Path to the Business Process Reporting data storage

Entry points:
The full path to the data storage is a link that can be modified. Example:
For access via the ABBYY FlexiCapture authentication module, /FCAuth is added to the link. Authorized access is allowed in the following cases:
  • For authorized ABBYY FlexiCapture users.
  • When using SAML/JWT tokens.
Example:
If the tenant is not the default one, the ?Tenant=<tenant name> parameter is added to the link. Example:

Create requests

Only GET requests are accepted.
  • List returns a list of filenames in JSON format.
  • File returns a file with the specified name (which should be encoded in URL format).
  • View returns a list of filenames in HTML format and inserts links to the files using the File command described above. This request allows you to use the provided links to open files in your browser and save copies of them to your local machine.
Examples:

Get Business Process Reporting reports using a PowerShell script

The script below lets tenant users with the Administrator or Monitoring Operator role get business process monitoring data. Reports are saved in CSV format to the folder where the script was launched from.