Authorization: Bearer ********************curl --location --request GET '/web/data-process/v1.0/data-download-task/page?dataGroup=&dataType=&status=&startTime=&endTime=&executionType=&taskName=' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"current": 1,
"pageSize": 10,
"sort": null,
"records": [
{
"id": 2,
"deptId": 100,
"taskCode": "7f7d95e6-20fa-4740-8e25-764d214d77bf",
"vins": "VIN001,VIN002",
"dataGroup": "CAN",
"dataType": "ACAN,PCAN",
"dataStartTime": "2024-09-12T08:00:00",
"dataEndTime": "2024-09-12T10:00:00",
"executionType": 1,
"cronExpression": "",
"status": 1,
"creator": "xing",
"createTime": "2024-09-15T18:06:52",
"updateTime": "2024-09-15T18:06:52",
"xxlJobId": null
}
],
"total": 0
}
}