List network coverage locations
List all locations and the interfaces that region supports
Query parameters
Consolidated filters parameter (deepObject style). Originally: filters[available_services][contains]
Consolidated filter parameter (deepObject style). Originally: filter[location.region], filter[location.site], filter[location.pop], filter[location.code]
{
"location.code": "silicon_valley-ca",
"location.pop": "SV1",
"location.region": "AMER",
"location.site": "SJC"
}Consolidated page parameter (deepObject style). Originally: page[number], page[size]
Response
Successful response
Example response
{
"data": [
{
"location": {
"code": "chicago-il",
"name": "Chicago IL, US",
"pop": "CH1",
"region": "AMER",
"site": "ORD"
},
"record_type": "network_coverage"
}
],
"meta": {
"page_number": 2,
"page_size": 25,
"total_pages": 3,
"total_results": 55
}
}Changes
Changed in 2 of the 61 revisions of this API.4
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status422response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for statusdefaultresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status422response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for statusdefaultresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲