DigiOffice API Services Services

<back to all web services

GetAnalyticsReports

"use strict";
export class RequestSummary {
    /** @param {{Name?:string,TotalRequests?:number,TotalRequestLength?:number,MinRequestLength?:number,MaxRequestLength?:number,TotalDuration?:number,MinDuration?:number,MaxDuration?:number,Status?:{ [index:number]: number; },Durations?:{ [index:string]: number; },Apis?:{ [index:string]: number; },Users?:{ [index:string]: number; },Ips?:{ [index:string]: number; },ApiKeys?:{ [index:string]: number; }}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    Name;
    /** @type {number} */
    TotalRequests;
    /** @type {number} */
    TotalRequestLength;
    /** @type {number} */
    MinRequestLength;
    /** @type {number} */
    MaxRequestLength;
    /** @type {number} */
    TotalDuration;
    /** @type {number} */
    MinDuration;
    /** @type {number} */
    MaxDuration;
    /** @type {{ [index:number]: number; }} */
    Status;
    /** @type {{ [index:string]: number; }} */
    Durations;
    /** @type {{ [index:string]: number; }} */
    Apis;
    /** @type {{ [index:string]: number; }} */
    Users;
    /** @type {{ [index:string]: number; }} */
    Ips;
    /** @type {{ [index:string]: number; }} */
    ApiKeys;
}
export class AnalyticsReports {
    /** @param {{Id?:number,Created?:string,Version?:number,Apis?:{ [index:string]: RequestSummary; },Users?:{ [index:string]: RequestSummary; },Tags?:{ [index:string]: RequestSummary; },Status?:{ [index:string]: RequestSummary; },Days?:{ [index:string]: RequestSummary; },ApiKeys?:{ [index:string]: RequestSummary; },Ips?:{ [index:string]: RequestSummary; },Browsers?:{ [index:string]: RequestSummary; },Devices?:{ [index:string]: RequestSummary; },Bots?:{ [index:string]: RequestSummary; },Durations?:{ [index:string]: number; }}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    Id;
    /** @type {string} */
    Created;
    /** @type {number} */
    Version;
    /** @type {{ [index:string]: RequestSummary; }} */
    Apis;
    /** @type {{ [index:string]: RequestSummary; }} */
    Users;
    /** @type {{ [index:string]: RequestSummary; }} */
    Tags;
    /** @type {{ [index:string]: RequestSummary; }} */
    Status;
    /** @type {{ [index:string]: RequestSummary; }} */
    Days;
    /** @type {{ [index:string]: RequestSummary; }} */
    ApiKeys;
    /** @type {{ [index:string]: RequestSummary; }} */
    Ips;
    /** @type {{ [index:string]: RequestSummary; }} */
    Browsers;
    /** @type {{ [index:string]: RequestSummary; }} */
    Devices;
    /** @type {{ [index:string]: RequestSummary; }} */
    Bots;
    /** @type {{ [index:string]: number; }} */
    Durations;
}
export class GetAnalyticsReportsResponse {
    /** @param {{Result?:AnalyticsReports,ResponseStatus?:ResponseStatus}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {AnalyticsReports} */
    Result;
    /** @type {ResponseStatus} */
    ResponseStatus;
}
export class GetAnalyticsReports {
    /** @param {{Month?:string,Filter?:string,Value?:string,Force?:boolean}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {?string} */
    Month;
    /** @type {string} */
    Filter;
    /** @type {string} */
    Value;
    /** @type {?boolean} */
    Force;
}

JavaScript GetAnalyticsReports DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/GetAnalyticsReports HTTP/1.1 
Host: test-do-services.klokgroep.nl 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<GetAnalyticsReports xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
  <Month>0001-01-01T00:00:00</Month>
  <Filter>String</Filter>
  <Value>String</Value>
  <Force>false</Force>
</GetAnalyticsReports>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GetAnalyticsReportsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
  <Result>
    <Id>0</Id>
    <Created>0001-01-01T00:00:00</Created>
    <Version>0</Version>
    <Apis xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>
          <Name>String</Name>
          <TotalRequests>0</TotalRequests>
          <TotalRequestLength>0</TotalRequestLength>
          <MinRequestLength>0</MinRequestLength>
          <MaxRequestLength>0</MaxRequestLength>
          <TotalDuration>0</TotalDuration>
          <MinDuration>0</MinDuration>
          <MaxDuration>0</MaxDuration>
          <Status>
            <d3p1:KeyValueOfintlong>
              <d3p1:Key>0</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfintlong>
          </Status>
          <Durations>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Durations>
          <Apis>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Apis>
          <Users>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Users>
          <Ips>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Ips>
          <ApiKeys>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </ApiKeys>
        </d3p1:Value>
      </d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
    </Apis>
    <Users xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>
          <Name>String</Name>
          <TotalRequests>0</TotalRequests>
          <TotalRequestLength>0</TotalRequestLength>
          <MinRequestLength>0</MinRequestLength>
          <MaxRequestLength>0</MaxRequestLength>
          <TotalDuration>0</TotalDuration>
          <MinDuration>0</MinDuration>
          <MaxDuration>0</MaxDuration>
          <Status>
            <d3p1:KeyValueOfintlong>
              <d3p1:Key>0</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfintlong>
          </Status>
          <Durations>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Durations>
          <Apis>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Apis>
          <Users>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Users>
          <Ips>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Ips>
          <ApiKeys>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </ApiKeys>
        </d3p1:Value>
      </d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
    </Users>
    <Tags xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>
          <Name>String</Name>
          <TotalRequests>0</TotalRequests>
          <TotalRequestLength>0</TotalRequestLength>
          <MinRequestLength>0</MinRequestLength>
          <MaxRequestLength>0</MaxRequestLength>
          <TotalDuration>0</TotalDuration>
          <MinDuration>0</MinDuration>
          <MaxDuration>0</MaxDuration>
          <Status>
            <d3p1:KeyValueOfintlong>
              <d3p1:Key>0</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfintlong>
          </Status>
          <Durations>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Durations>
          <Apis>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Apis>
          <Users>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Users>
          <Ips>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Ips>
          <ApiKeys>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </ApiKeys>
        </d3p1:Value>
      </d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
    </Tags>
    <Status xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>
          <Name>String</Name>
          <TotalRequests>0</TotalRequests>
          <TotalRequestLength>0</TotalRequestLength>
          <MinRequestLength>0</MinRequestLength>
          <MaxRequestLength>0</MaxRequestLength>
          <TotalDuration>0</TotalDuration>
          <MinDuration>0</MinDuration>
          <MaxDuration>0</MaxDuration>
          <Status>
            <d3p1:KeyValueOfintlong>
              <d3p1:Key>0</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfintlong>
          </Status>
          <Durations>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Durations>
          <Apis>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Apis>
          <Users>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Users>
          <Ips>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Ips>
          <ApiKeys>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </ApiKeys>
        </d3p1:Value>
      </d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
    </Status>
    <Days xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>
          <Name>String</Name>
          <TotalRequests>0</TotalRequests>
          <TotalRequestLength>0</TotalRequestLength>
          <MinRequestLength>0</MinRequestLength>
          <MaxRequestLength>0</MaxRequestLength>
          <TotalDuration>0</TotalDuration>
          <MinDuration>0</MinDuration>
          <MaxDuration>0</MaxDuration>
          <Status>
            <d3p1:KeyValueOfintlong>
              <d3p1:Key>0</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfintlong>
          </Status>
          <Durations>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Durations>
          <Apis>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Apis>
          <Users>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Users>
          <Ips>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Ips>
          <ApiKeys>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </ApiKeys>
        </d3p1:Value>
      </d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
    </Days>
    <ApiKeys xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>
          <Name>String</Name>
          <TotalRequests>0</TotalRequests>
          <TotalRequestLength>0</TotalRequestLength>
          <MinRequestLength>0</MinRequestLength>
          <MaxRequestLength>0</MaxRequestLength>
          <TotalDuration>0</TotalDuration>
          <MinDuration>0</MinDuration>
          <MaxDuration>0</MaxDuration>
          <Status>
            <d3p1:KeyValueOfintlong>
              <d3p1:Key>0</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfintlong>
          </Status>
          <Durations>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Durations>
          <Apis>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Apis>
          <Users>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Users>
          <Ips>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Ips>
          <ApiKeys>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </ApiKeys>
        </d3p1:Value>
      </d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
    </ApiKeys>
    <Ips xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>
          <Name>String</Name>
          <TotalRequests>0</TotalRequests>
          <TotalRequestLength>0</TotalRequestLength>
          <MinRequestLength>0</MinRequestLength>
          <MaxRequestLength>0</MaxRequestLength>
          <TotalDuration>0</TotalDuration>
          <MinDuration>0</MinDuration>
          <MaxDuration>0</MaxDuration>
          <Status>
            <d3p1:KeyValueOfintlong>
              <d3p1:Key>0</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfintlong>
          </Status>
          <Durations>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Durations>
          <Apis>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Apis>
          <Users>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Users>
          <Ips>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Ips>
          <ApiKeys>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </ApiKeys>
        </d3p1:Value>
      </d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
    </Ips>
    <Browsers xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>
          <Name>String</Name>
          <TotalRequests>0</TotalRequests>
          <TotalRequestLength>0</TotalRequestLength>
          <MinRequestLength>0</MinRequestLength>
          <MaxRequestLength>0</MaxRequestLength>
          <TotalDuration>0</TotalDuration>
          <MinDuration>0</MinDuration>
          <MaxDuration>0</MaxDuration>
          <Status>
            <d3p1:KeyValueOfintlong>
              <d3p1:Key>0</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfintlong>
          </Status>
          <Durations>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Durations>
          <Apis>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Apis>
          <Users>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Users>
          <Ips>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Ips>
          <ApiKeys>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </ApiKeys>
        </d3p1:Value>
      </d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
    </Browsers>
    <Devices xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>
          <Name>String</Name>
          <TotalRequests>0</TotalRequests>
          <TotalRequestLength>0</TotalRequestLength>
          <MinRequestLength>0</MinRequestLength>
          <MaxRequestLength>0</MaxRequestLength>
          <TotalDuration>0</TotalDuration>
          <MinDuration>0</MinDuration>
          <MaxDuration>0</MaxDuration>
          <Status>
            <d3p1:KeyValueOfintlong>
              <d3p1:Key>0</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfintlong>
          </Status>
          <Durations>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Durations>
          <Apis>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Apis>
          <Users>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Users>
          <Ips>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Ips>
          <ApiKeys>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </ApiKeys>
        </d3p1:Value>
      </d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
    </Devices>
    <Bots xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>
          <Name>String</Name>
          <TotalRequests>0</TotalRequests>
          <TotalRequestLength>0</TotalRequestLength>
          <MinRequestLength>0</MinRequestLength>
          <MaxRequestLength>0</MaxRequestLength>
          <TotalDuration>0</TotalDuration>
          <MinDuration>0</MinDuration>
          <MaxDuration>0</MaxDuration>
          <Status>
            <d3p1:KeyValueOfintlong>
              <d3p1:Key>0</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfintlong>
          </Status>
          <Durations>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Durations>
          <Apis>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Apis>
          <Users>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Users>
          <Ips>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </Ips>
          <ApiKeys>
            <d3p1:KeyValueOfstringlong>
              <d3p1:Key>String</d3p1:Key>
              <d3p1:Value>0</d3p1:Value>
            </d3p1:KeyValueOfstringlong>
          </ApiKeys>
        </d3p1:Value>
      </d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
    </Bots>
    <Durations xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringlong>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>0</d3p1:Value>
      </d3p1:KeyValueOfstringlong>
    </Durations>
  </Result>
  <ResponseStatus>
    <ErrorCode>String</ErrorCode>
    <Message>String</Message>
    <StackTrace>String</StackTrace>
    <Errors>
      <ResponseError>
        <ErrorCode>String</ErrorCode>
        <FieldName>String</FieldName>
        <Message>String</Message>
        <Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </Meta>
      </ResponseError>
    </Errors>
    <Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>String</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </Meta>
  </ResponseStatus>
</GetAnalyticsReportsResponse>