GetACDHistory
Gets the ACD history.
Allowed roles: Owner, Admin, Developer, Supervisor, User manager.
Example request: Get the two ACD session history records from the 2012-01-01 00:00:00 to the 2014-04-01 00:00:00.
Authentication
Query parameters
The UTC ‘from’ date filter in 24-h format: YYYY-MM-DD HH:mm:ss
The UTC ‘to’ date filter in 24-h format: YYYY-MM-DD HH:mm:ss
The ACD session history ID list separated by semicolons (;)
The ACD request ID list separated by semicolons (;)
The ACD queue ID list to filter separated by semicolons (;)
The user ID list to filter separated by semicolons (;)
Whether the call is rejected calls by the ‘max_queue_size’, ‘max_waiting_time’ threshold
Whether to get a CSV file with the column names if the output=csv
The first N records are skipped in the output
The output format. The following values available: json, csv, xls. The default value is json