Get Dt Admin Audit Reports

Get Dt Admin Audit Reports
Request
URI
GET
https://{api_host}/dt-rest/v100/reporting/manager/adminauditreports
COPY
Query Parameters
string
dateHash
Required

dateHash


Responses
200
[
    {
        "reqBody": "string",
        "reqContentType": "string",
        "httpMethod": "string",
        "reqRemoteAddress": "string",
        "reqProxyIPs": "string",
        "respHttpStatus": 0,
        "respBody": "string",
        "userName": "string",
        "respContentType": "string",
        "dateReported": "string",
        "dateHash": "string",
        "urlparameters": "string",
        "reqURI": "string",
        "id": "string",
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]