This endpoint is called to retrieve the current details and status for a service test request. The result of the test will be returned if available.
Request successful - service test details were returned
Bad request - supplied request was malformed or missing mandatory parameters
Unauthorised access
The client is not permitted to access this resource.
Service Test not found with the specified id
Unprocessable entity - invalid data was provided
Unexpected Fibre Gateway error
Fibre Gateway is temporarily unavailable
{- "id": 123,
- "status": "IN_PROGRESS",
- "created": "2022-01-01T09:09:33.001Z",
- "updated": "2022-01-01T09:45:39.001Z",
- "supplierReference": "A12345",
- "serviceId": "SI2345432345345",
- "problemType": "string",
- "serviceSpecification": {
- "id": "ftthl2r",
- "name": "FTTH"
}, - "supplier": "DUMMY_SUPPLIER",
- "characteristics": [
- {
- "name": "string",
- "value": "string"
}
], - "result": {
- "testValidity": "2022-01-01T09:45:39.001Z",
- "testMeasures": [
- {
- "metricName": "ONT_LIGHT_LEVEL",
- "captureDateTime": "2022-01-01T09:45:39.001Z",
- "metricValue": "-14.5",
- "unitOfMeasure": "decibel",
- "ruleViolation": false,
- "ruleSeverity": "WARNING"
}
], - "testOutcome": {
- "testResult": "AMBER",
- "code": "NO_FAULT_FOUND",
- "description": "string",
- "supplierCodes": [
- "D1234"
], - "supplierText": "string"
}
}
}