{
"current": 0,
"pageSize": 0,
"params": {
"keyword": "string",
"status": 0,
"taskType": "string",
"clientDeviceId": 0
}
}curl --location 'https://webdiff.perk-net.com/api/open/task/list' \
--header 'token: 19059c06a4024a0e99214e4a05cc84a1' \
--header 'Content-Type: application/json' \
--data '{
"current": 0,
"pageSize": 0,
"params": {
"keyword": "string",
"status": 0,
"taskType": "string",
"clientDeviceId": 0
}
}'{
"code": 0,
"msg": "string",
"data": {
"pageNum": 0,
"pageSize": 0,
"total": 0,
"pages": 0,
"list": [
{
"id": 0,
"name": "string",
"runClientMode": "string",
"runClientDeviceIds": [
0
],
"runClientLabel": "string",
"taskType": "string",
"url": "string",
"cronExpression": "string",
"enabled": 0,
"screenshotEnabled": 0,
"notifyEnabled": 0,
"notifyChannelIds": "string",
"notifyChannelCount": 0,
"elementCount": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
}
]
}
}