Authorization: Bearer ********************{
"projectPartId": "string",
"skipCount": 0,
"maxResultCount": 1
}curl --location --request POST '/api/services/app/aiQualityTest/qualityTest/getAll' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"projectPartId": "string",
"skipCount": 0,
"maxResultCount": 1
}'{
"totalCount": 0,
"items": [
{
"projectSectionId": "string",
"projectSectionName": "string",
"platformProcessId": "15c1148b-aecf-41ce-bd76-e7b636c00135",
"platformProcessName": "string",
"projectPartId": "string",
"projectPartName": "string",
"name": "string",
"constructionCorp": "string",
"supervisorCorp": "string",
"testTime": "string",
"testInfomation": "string",
"creatorUserId": "string",
"creatorUserName": "string",
"status": "string",
"reviewer": "string",
"reviewerName": "string",
"reviewStatus": "string",
"reviewComments": "string",
"creationTime": "2019-08-24T14:15:22.123Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}