Using Web API to download reports
You can use the Web API to download reports on operator workloads, processed documents, documents from specific clients, and other criteria. The parameters of the API methods are identical to those used for creating reports via the Administration and Monitoring Console GUI. The resulting CSV file is also identical to the CSV file created using the Administration and Monitoring Console GUI. For detailed information about various data collected by reports, please see the Reports section in the Administration and Monitoring Console help.
To download reports, use a GET request and pass the following URI: http://localhost/FlexiCapture12/Monitoring/Report/GetCsv?reportType=<reportType>&filterParametersJson=<filterParametersJson>. In this URI, reportType and filterParametersJson can have the following values:
Name | Value |
---|---|
reportType |
Report type. Possible values:
|
filterParametersJson |
Parameters by which reports are generated. The set of parameters depends on the report type. See detailed information about the parameters for each report: |
You can find the example of using this API in the script. Download the script here or use the script code provided below.
PowerShell script
4/12/2024 6:16:01 PM