Get Local Prefix Filters (v2.0)
Get the local prefix filters.
Path Parameters
tenant_id string required
The tenant ID.
Responses
- 200
Successful Operation
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
count int32
The total number of responses.
id string
The ID of the response.
type string
The type of response.
items LocalPrefixFilter[]
description
Description of the local prefix filter.
id string
Id of the local prefix filter.
name string required
Name of the local prefix filter.
{
"count": 0,
"id": "string",
"type": "string",
"items": [
{
"id": "string",
"name": "string"
}
]
}
Loading...