Get all possible wireless blocklist values
Retrieve all wireless blocklist values for a given blocklist type.
Query parameters
The Wireless Blocklist type for which to list possible values (e.g., country, mcc, plmn).
Response
A list of possible wireless blocklist values
Example response
{
"data": [
{
"code": "US",
"name": "United States of America"
}
],
"meta": {
"page_number": 2,
"page_size": 25,
"total_pages": 3,
"total_results": 55
}
}Changes
Changed in 2 of the 61 revisions of this API.2
- ▲
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 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
- ▲