GET
/
detection
/
{id}
/
aql-questions
curl --request GET \
  --url https://api.wirespeed.co/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>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Detection identifier

Response

200
application/json

The response is of type object[].