The Line Test API allows a user to:
- Retrieve service information of your organisation’s connected services
- Request tests of a service and receive the test result
- Query for previous network test results.
The Line Test V1 API includes the following resources:
| Name | Function | HTTP method |
|---|---|---|
| Get Product (Get Service by Service ID) | Retrieves service information | GET |
| Create Test (Post Test) | Request for a new test to be performed | POST |
| Get Test (Get Test by Test ID) | Retrieves a specific Test result | GET |
| Get Tests (Get Tests by Service ID) | Retrieves historical tests for a given Service ID | GET |
Refer to the API Specification section for more information on field types, length and other restrictions.