Create Report Key

Create Report Key
Request
URI
GET
https://{api_host}/dt-rest/v100/reporting/manager/createReportKey
COPY
Responses
200

successful operation

Returns DtTenantReportKey of type(s) */*
{
    "orgId": 0,
    "reportDate": 0,
    "id": "string",
    "links": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
integer As int64 As int64
orgId
Optional

orgId

integer As int32 As int32
reportDate
Optional

reportDate

string
id
Optional

id

array of object
links
Optional

links


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/dt-rest/v100/reporting/manager/createReportKey