Skip to main content
This log records all events and errors in ABBYY FlexiCapture, such as System Administrator log in and log out events and the starting and stopping of the Application Server and processing stations. It does not include events that occurred in tenants.
Only users with System Administrator permissions can download event logs from System Monitor. A System Administrator is the Administrator of a default tenant.
To download this log, use a POST request:

Request parameters

All parameters are required. Make sure that they are specified correctly.
The search in Oracle Database is case-sensitive. Take this into account if you use Oracle Database.

Build the filter parameter

The filter parameter takes a JSON object. For example:
To find the values for the PropertyKey and PropertyOperator parameters, create a filter in the Administration and Monitoring Console:
1

Open the browser developer tools

In the browser menu, click More tools → Developer tools, and go to the Network tab.
2

Create a filter in the console

Launch the Administration and Monitoring Console, go to System Monitor → Event log, and click the Add filter button button.
3

Apply the filter criteria

Specify the filtering criteria and click Apply.
4

Read the filter parameters

Click the GetFilteredEvents request. The filtering parameters are listed on the Payload tab.
To filter events for the default tenant, specify the TenantNameExt parameter instead of TenantName:
Keep TenantName for the default tenant in the columnsOrder parameter.

Example script

The following PowerShell script demonstrates how to use this API to download the event log.
Replace the parameters in this script with your server address and your own credentials.