Wireless Blocklists
Get all Wireless Blocklists
Get all Wireless Blocklists belonging to the user.
get/wireless_blocklists
Query parameters
page[number]integer
The page number to load.
page[size]integer
The size of the page.
filter[name]string
The name of the Wireless Blocklist.
filter[type]string
When the Private Wireless Gateway was last updated.
filter[values]string
Values to filter on (inclusive).
Response
Successful Response
Example response
{
"data": [
{
"created_at": "2018-02-02T22:25:27.521Z",
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"name": "My wireless blocklist.",
"record_type": "wireless_blocklist",
"type": "country",
"updated_at": "2018-02-02T22:25:27.521Z",
"values": [
"CA",
"MX",
"US"
]
}
],
"meta": {
"page_number": 2,
"page_size": 25,
"total_pages": 3,
"total_results": 55
}
}