curl --request GET \
--url https://api.wirespeed.com/detection/{id}/aql-questions \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"aqlSampleId": "<string>",
"question": "ESCALATED_CORRECTLY",
"defectReason": "SHOULD_HAVE_BEEN_ESCALATED",
"aqlBatchId": "<string>",
"detectionId": "<string>",
"reviewedBy": {},
"defect": true,
"defectLevel": "NONE",
"comment": "<string>",
"userEmail": "<string>"
}
]
curl --request GET \
--url https://api.wirespeed.com/detection/{id}/aql-questions \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"aqlSampleId": "<string>",
"question": "ESCALATED_CORRECTLY",
"defectReason": "SHOULD_HAVE_BEEN_ESCALATED",
"aqlBatchId": "<string>",
"detectionId": "<string>",
"reviewedBy": {},
"defect": true,
"defectLevel": "NONE",
"comment": "<string>",
"userEmail": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Detection identifier
The response is of type object[]
.