Get Task Report
Request
URI
POST
https://{api_host}/dt-rest/v100/task/manager/taskReport
COPY
Request Body
DtTaskFilterImpl
of type(s)
application/json
Optional
{
"id": "string",
"limit": 0,
"limitOneTaskTypePerPool": false,
"fromDate": "string",
"toDate": "string",
"taskId": "string",
"taskIdList": [
"string"
],
"poolId": [
0
],
"taskStatus": [
"string"
],
"offset": 0,
"sortOrderItems": [
{
"sortingAttribute": "string",
"sortingType": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"self": {
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
},
"location": "string",
"DtLink": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
Responses
200
successful operation
Returns
DtTaskReport
of type(s)
*/*
"DtTaskReport Object"
integer As int64
As int64
taskCount
Optional
taskCount
array of
object
tasks
Optional
tasks
string
id
Optional
id
array of
object
links
Optional
links
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/dt-rest/v100/task/manager/taskReport
Dt Task Manager Operations
GET
Get Supported Links
POST
Cancel Tasks
POST
Get Child Tasks
GET
Create Task Filter
POST
Get Task Report
POST
Get Tasks