Inlap Service Qualification
Endpoint
GET
/servicequalification/v2/serviceavailability/servicequalification/restservices/v2/checkservicequalification
Copy
Inlap Service qualification
Query Parameters
Body Parameters
Responses
OK.. Returns success response
Body
application/json
- [{]}
REQUEST
1
2
3curl --request GET \
--url 'https://example.com/servicequalification/v2/serviceavailability/servicequalification/restservices/v2/checkservicequalification?externalId=string&requestedProducts=string&glid=string' \
--header 'accept: application/json'RESPONSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99[
{
"id": "inlap~WEB~ms~csq~09272022~121500000",
"href": "https://prodsrvqualoap-test-eastus2.az.3pc.att.com/servicequalification/restservices/v2/checkservicequalification?externalId=WEB&requestedProducts=INTERNETSERVICE&glid=00000T2S77",
"checkServiceQualificationDate": "2026-02-02T17:49:03.046Z",
"description": "Internet service check service qualification illustration",
"effectiveQualificationDate": "2026-02-02T17:49:03.046Z",
"externalId": "WEB",
"instantSyncQualification": true,
"provideAlternative": false,
"provideUnavailabilityReason": true,
"relatedParty": [
{
"id": "1",
"name": "AT&T",
"role": "FiberNetworkProvider",
"@type": "RelatedParty",
"@referredType": "Organization"
}
],
"serviceQualificationItem": [
{
"id": "INTERNET SERVICE",
"expectedActivationDate": "2026-02-02T17:49:03.046Z",
"qualificationResult": "qualified",
"state": "done",
"service": {
"serviceType": "FIBER",
"feature": [
{
"id": "1",
"name": "Customer Self Install Available",
"featureCharacteristic": [
{
"id": "CSI-1",
"name": "csiMaxBandwidth",
"valueType": "INTEGER",
"value": 1010,
"@type": "Characteristic"
},
{
"id": "CSI-2",
"name": "unitOfMeasure",
"valueType": "STRING",
"value": "MB",
"@type": "Characteristic"
}
],
"@type": "Feature"
}
],
"place": [
{
"id": "00000T2S77",
"href": "https://inlap-ms.test.att.com/alav/service/v1/geographicAddressValidation/00000T2S77",
"name": "Geographic Address",
"role": "ServiceAddress",
"@type": "PlaceRef"
}
],
"serviceCharacteristic": [
{
"id": "1",
"name": "maxBandwidth",
"valueType": "INTEGER",
"value": 1010,
"@type": "Characteristic"
},
{
"id": "2",
"name": "unitOfMeasure",
"valueType": "STRING",
"value": "MB",
"@type": "Characteristic"
},
{
"id": "3",
"name": "transportType",
"valueType": "STRING",
"value": "FTTP-GPON",
"@type": "Characteristic"
},
{
"id": "7",
"name": "opticType",
"valueType": "STRING",
"value": "STANDARD",
"@type": "Characteristic"
}
],
"@type": "Service"
},
"@type": "CheckServiceQualificationItem"
}
],
"state": "done",
"@type": "CheckServiceQualification"
}
]