curl --location 'https://petstore-demo.apifox.com/autotest/report/list//' \
--header 'Content-Type: application/json' \
--data '{
"condition": "string",
"moduleId": "string",
"createUser": "string",
"projectId": "string",
"caseType": "string",
"collectionId": "string",
"planId": "string",
"operationType": "string",
"roleId": "string",
"requestUser": "string",
"uiType": "string",
"system": "string",
"status": "string",
"filter": {
"innerMap": {
"property1": {},
"property2": {}
},
"empty": true,
"property1": {},
"property2": {}
}
}'{
"list": [
{
"id": "string",
"name": "string",
"taskId": "string",
"environmentId": "string",
"deviceId": "string",
"sourceType": "string",
"sourceId": "string",
"startTime": 0,
"endTime": 0,
"status": "string",
"projectId": "string",
"createTime": 0,
"updateTime": 0,
"createUser": "string",
"updateUser": "string",
"username": "string",
"total": 0,
"passCount": 0,
"failCount": 0,
"errorCount": 0,
"passRate": "string",
"progress": 0,
"collectionList": [
{
"id": "string",
"reportId": "string",
"collectionId": "string",
"collectionName": "string",
"collectionVersion": "string",
"caseTotal": 0,
"passCount": 0,
"failCount": 0,
"errorCount": 0,
"caseList": [
{
"id": "string",
"reportCollectionId": "string",
"collectionCaseIndex": 0,
"caseId": "string",
"caseType": "string",
"caseName": "string",
"caseDesc": "string",
"runTimes": 0,
"startTime": 0,
"endTime": 0,
"during": "string",
"status": "string",
"transList": [
{
"status": "string",
"transId": "string",
"transName": "string",
"content": "string",
"description": "string",
"execLog": "string",
"during": "string",
"screenshotList": "string",
"showViewer": true
}
]
}
]
}
]
}
],
"total": 0
}