Get Specific Global Prefix Filter (v2.0)
GET/v2.0/api/tenants/:tenant_id/globalprefixfilters/:filter_id
Get a specific global prefix filter.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
filter_id stringrequired
The ID of the global prefix filter.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
description
Description for the global prefix filter.
filters Filter[]required
List the filters.
elements string[]
Elements of the filter.
path string[]
Path of the filter.
site object
Site of the filter.
type string
Type of the filter.
wn_path string[]
Wn Path
id string
ID of the global prefix filter.
name stringrequired
Name of the global prefix filters.
{
"filters": [
{
"elements": [
"string"
],
"path": [
"string"
],
"site": {},
"type": "string",
"wn_path": [
"string"
]
}
],
"id": "string",
"name": "string"
}
Loading...