Get Tenant Reports

Get Tenant Reports
Request
URI
POST
https://{api_host}/dt-rest/v100/reporting/manager/getTenantReports
COPY
Request Body
DtReportFilterImpl of type(s) application/json
Optional
{
    "id": "string",
    "location": "string",
    "DtTenantReportKey": [
        {
            "orgId": 0,
            "reportDate": 0,
            "id": "string",
            "links": [
                {
                    "href": "string",
                    "rel": "string",
                    "deprecated": false,
                    "name": "string",
                    "method": "string"
                }
            ]
        }
    ],
    "DtLink": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
string
id
Optional

id

string
location
Optional

location

DtTenantReportKey
Optional

DtTenantReportKey

array of DtLink
DtLink
Optional

DtLink

Responses
200

successful operation

[
    {
        "reportKey": {
            "orgId": 0,
            "reportDate": 0,
            "id": "string",
            "links": [
                {
                    "href": "string",
                    "rel": "string",
                    "deprecated": false,
                    "name": "string",
                    "method": "string"
                }
            ]
        },
        "desktopLoginCount": 0,
        "desktopRemoteAppLoginCount": 0,
        "sessionLoginCount": 0,
        "sessionRemoteAppLoginCount": 0,
        "id": "string",
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]