This endpoint can be called to find what services are available at a given address.
An address query parameter must be supplied specifying address ID and type as described above.
If required, a particular supplier or list of suppliers can be specified in the request; otherwise the gateway will check with all suppliers as configured for the tenant.
Request successful - zero or more services were returned
Bad request - supplied parameters were malformed or missing mandatory parameters
Unauthorised access
The client is not permitted to access this resource.
Unprocessable entity - invalid data was provided
Unexpected Fibre Gateway error
Fibre Gateway is temporarily unavailable
[- {
- "supplier": "SUPPLIER1",
- "address": {
- "identifier": {
- "id": "A00000031882",
- "type": "NAD",
- "additionalIdentifiers": [
- {
- "id": "A00000031882",
- "type": "NAD"
}
]
}, - "name": "TWENTY",
- "streetNumber": "20",
- "streetName": "Kingston Road",
- "locality": "string",
- "city": "Staines-Upon-Thames",
- "postcode": "TW184LG",
- "country": "UK",
- "subAddress": {
- "name": "Strategic Imperatives",
- "unitNumber": "Floor 3"
}, - "qualifier": "Gold",
- "source": "OPENREACH",
- "additionalAttributes": [
- {
- "name": "UNINHABITED",
- "value": "true"
}
]
}, - "serviceSpecifications": [
- {
- "id": "ftthl2r",
- "name": "FTTH",
- "serviceCharacteristics": [
- {
- "name": "LINE_PROFILE",
- "values": [
- "100/20"
]
}
]
}
], - "siteInformation": {
- "line": {
- "type": "NEW",
- "lineType": "FIBRE",
- "constraints": [
- {
- "code": "WAYLEAVE_SHARED",
- "text": "string"
}
], - "enniId": "S1889",
- "siteName": "string",
- "siteLocation": "string",
- "installationType": "STANDARD",
- "lineCharacteristics": [
- {
- "name": "DOWNSTREAM_BANDWIDTH",
- "value": "68700"
}
]
}, - "existingLines": [
- {
- "enniId": "S1889",
- "siteName": "string",
- "siteLocation": "string",
- "installationType": "STANDARD",
- "lineCharacteristics": [
- {
- "name": "DOWNSTREAM_BANDWIDTH",
- "value": "68700"
}
], - "lineType": "COPPER",
- "lineId": "OHP5738089O3",
- "status": "ACTIVE",
- "tenantActive": false,
- "productType": "SOGEA",
- "stoppedDate": "2022-01-01T13:45:00.000Z"
}
], - "serviceReadyDate": "2022-01-01"
}
}
]