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

array of object
DtTenantReportKey
Optional

DtTenantReportKey

array of object
DtLink
Optional

DtLink

Responses
200

successful operation

[
    "DtTenantReport Object"
]

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/dt-rest/v100/reporting/manager/getTenantReports