Get Integration Log

Summary: Learn about the Get Integration Log operation, which is part of the Data API for Call Quality Dashboard. Call Quality Dashboard is a tool for Skype for Business Server.

The Get Integration Log operation is part of the Data API for Call Quality Dashboard

Get Integration Log

Get Integration Log operation returns a list of log entries describing the activities in QoE Cube processing.

This operation is disabled by default for security reasons. When disabled, it returns an empty string. To enable this operation, administrators need to configure the web.config for Data API's host web application.

Method Request URI HTTP Version
GET
https://<portal>/QoEDataService/IntegrationLog
HTTP/1.1

URI Parameters - None.

Request Headers - No additional headers.

Request Body - None.

Response - The response includes an HTTP status code and a set of response headers.

Status Code - A successful operation returns status code 200 (OK).

Response Headers - No additional headers.

Response Body - Below is a sample structure of log entries.

[
{"LogCategory":"<category>","LogTime":"2015-03-18T10:28:29.10","LogDescription":"<log description>"}
]