Get All Reporting Jobs

Get All Reporting Jobs
Request
URI
GET
https://{api_host}/dt-rest/v100/reporting/manager/getallreportingjobs
COPY
Responses
200
[
    {
        "date": "string",
        "errorCode": "string",
        "id": "string",
        "status": "string",
        "startDate": "string",
        "percentageCompleted": 0,
        "endDate": "string",
        "jobName": "string",
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]

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