Wireless Blocklists

Get all possible wireless blocklist values

Retrieve all wireless blocklist values for a given blocklist type.

get/wireless_blocklist_values

Query parameters

type'country' | 'mcc' | 'plmn' required
Example:country

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/code response's property type/format changed from integer/int32 to string/ for status default

      response-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/code response's property type/format changed from string/ to integer/int32 for status default

      response-property-type-changed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog