x-openapi-key: ********************{
"taskId": "string",
"subTaskLimit": 10
}curl --location --request POST 'https://api.foxdata.com/apiv1/asa-monitor/task-info' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "string",
"subTaskLimit": 10
}'{
"taskId": "",
"type": "",
"startTime": {
"dateTime": "",
"offset": {
"totalSeconds": 0
},
"zone": {}
},
"endTime": {
"dateTime": "",
"offset": {
"totalSeconds": 0
},
"zone": {}
},
"totalTimes": 0,
"subTasks": [
{
"subTask": 0,
"expectTime": {
"dateTime": "",
"offset": {
"totalSeconds": 0
},
"zone": {}
}
}
]
}