Authorization: Bearer ********************{
"projectIds": [
"string"
],
"beginTime": "string",
"endTime": "string",
"skipCount": 0,
"maxResultCount": 1
}curl --location --request POST '/api/services/app/personalWorkbench/getInspection' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"projectIds": [
"string"
],
"beginTime": "string",
"endTime": "string",
"skipCount": 0,
"maxResultCount": 1
}'[
{
"dataTime": "2019-08-24T14:15:22.123Z",
"dataTimeStr": "string",
"qualityCount": 0,
"dailyCount": 0,
"pitfallCount": 0
}
]