GET v1/core/channels/{chnId}/domainfiltering/allfilters
Returns a list of expanded Filters for the specified Channel
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| chnId |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"Data": [
{
"CategoryNumbers": {
"sample string 1": [
1,
2,
3
],
"sample string 2": [
1,
2,
3
],
"sample string 3": [
1,
2,
3
]
},
"NameMatches": [
{
"Pattern": "sample string 1",
"MatchCondition": "EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex"
},
{
"Pattern": "sample string 1",
"MatchCondition": "EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex"
},
{
"Pattern": "sample string 1",
"MatchCondition": "EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex"
}
],
"ID": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Type": "Whitelist|Blacklist|Custom|System"
},
{
"CategoryNumbers": {
"sample string 1": [
1,
2,
3
],
"sample string 2": [
1,
2,
3
],
"sample string 3": [
1,
2,
3
]
},
"NameMatches": [
{
"Pattern": "sample string 1",
"MatchCondition": "EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex"
},
{
"Pattern": "sample string 1",
"MatchCondition": "EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex"
},
{
"Pattern": "sample string 1",
"MatchCondition": "EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex"
}
],
"ID": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Type": "Whitelist|Blacklist|Custom|System"
},
{
"CategoryNumbers": {
"sample string 1": [
1,
2,
3
],
"sample string 2": [
1,
2,
3
],
"sample string 3": [
1,
2,
3
]
},
"NameMatches": [
{
"Pattern": "sample string 1",
"MatchCondition": "EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex"
},
{
"Pattern": "sample string 1",
"MatchCondition": "EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex"
},
{
"Pattern": "sample string 1",
"MatchCondition": "EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex"
}
],
"ID": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Type": "Whitelist|Blacklist|Custom|System"
}
],
"ErrorCode": 2,
"ErrorDescription": "sample string 3",
"Meta": "sample string 4"
}
text/javascript
Sample:
{"Success":true,"Data":[{"CategoryNumbers":{"sample string 1":[1,2,3],"sample string 2":[1,2,3],"sample string 3":[1,2,3]},"NameMatches":[{"Pattern":"sample string 1","MatchCondition":0},{"Pattern":"sample string 1","MatchCondition":0},{"Pattern":"sample string 1","MatchCondition":0}],"ID":1,"Name":"sample string 2","Description":"sample string 3","Type":0},{"CategoryNumbers":{"sample string 1":[1,2,3],"sample string 2":[1,2,3],"sample string 3":[1,2,3]},"NameMatches":[{"Pattern":"sample string 1","MatchCondition":0},{"Pattern":"sample string 1","MatchCondition":0},{"Pattern":"sample string 1","MatchCondition":0}],"ID":1,"Name":"sample string 2","Description":"sample string 3","Type":0},{"CategoryNumbers":{"sample string 1":[1,2,3],"sample string 2":[1,2,3],"sample string 3":[1,2,3]},"NameMatches":[{"Pattern":"sample string 1","MatchCondition":0},{"Pattern":"sample string 1","MatchCondition":0},{"Pattern":"sample string 1","MatchCondition":0}],"ID":1,"Name":"sample string 2","Description":"sample string 3","Type":0}],"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}
application/xml, text/xml
Sample:
<PBNBReturnOfArrayOfExpandedFilter76FemLeQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/pbnb_models.dnf">
<d2p1:ExpandedFilter>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:ID>1</d2p1:ID>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>Whitelist|Blacklist|Custom|System</d2p1:Type>
<d2p1:CategoryNumbers xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
<d4p1:int>3</d4p1:int>
</d4p1:Value>
</d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:Key>sample string 2</d4p1:Key>
<d4p1:Value>
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
<d4p1:int>3</d4p1:int>
</d4p1:Value>
</d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
<d4p1:int>3</d4p1:int>
</d4p1:Value>
</d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
</d2p1:CategoryNumbers>
<d2p1:NameMatches>
<d2p1:NameMatch>
<d2p1:MatchCondition>EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex</d2p1:MatchCondition>
<d2p1:Pattern>sample string 1</d2p1:Pattern>
</d2p1:NameMatch>
<d2p1:NameMatch>
<d2p1:MatchCondition>EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex</d2p1:MatchCondition>
<d2p1:Pattern>sample string 1</d2p1:Pattern>
</d2p1:NameMatch>
<d2p1:NameMatch>
<d2p1:MatchCondition>EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex</d2p1:MatchCondition>
<d2p1:Pattern>sample string 1</d2p1:Pattern>
</d2p1:NameMatch>
</d2p1:NameMatches>
</d2p1:ExpandedFilter>
<d2p1:ExpandedFilter>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:ID>1</d2p1:ID>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>Whitelist|Blacklist|Custom|System</d2p1:Type>
<d2p1:CategoryNumbers xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
<d4p1:int>3</d4p1:int>
</d4p1:Value>
</d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:Key>sample string 2</d4p1:Key>
<d4p1:Value>
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
<d4p1:int>3</d4p1:int>
</d4p1:Value>
</d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
<d4p1:int>3</d4p1:int>
</d4p1:Value>
</d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
</d2p1:CategoryNumbers>
<d2p1:NameMatches>
<d2p1:NameMatch>
<d2p1:MatchCondition>EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex</d2p1:MatchCondition>
<d2p1:Pattern>sample string 1</d2p1:Pattern>
</d2p1:NameMatch>
<d2p1:NameMatch>
<d2p1:MatchCondition>EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex</d2p1:MatchCondition>
<d2p1:Pattern>sample string 1</d2p1:Pattern>
</d2p1:NameMatch>
<d2p1:NameMatch>
<d2p1:MatchCondition>EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex</d2p1:MatchCondition>
<d2p1:Pattern>sample string 1</d2p1:Pattern>
</d2p1:NameMatch>
</d2p1:NameMatches>
</d2p1:ExpandedFilter>
<d2p1:ExpandedFilter>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:ID>1</d2p1:ID>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>Whitelist|Blacklist|Custom|System</d2p1:Type>
<d2p1:CategoryNumbers xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
<d4p1:int>3</d4p1:int>
</d4p1:Value>
</d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:Key>sample string 2</d4p1:Key>
<d4p1:Value>
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
<d4p1:int>3</d4p1:int>
</d4p1:Value>
</d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
<d4p1:int>3</d4p1:int>
</d4p1:Value>
</d4p1:KeyValueOfstringArrayOfintty7Ep6D1>
</d2p1:CategoryNumbers>
<d2p1:NameMatches>
<d2p1:NameMatch>
<d2p1:MatchCondition>EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex</d2p1:MatchCondition>
<d2p1:Pattern>sample string 1</d2p1:Pattern>
</d2p1:NameMatch>
<d2p1:NameMatch>
<d2p1:MatchCondition>EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex</d2p1:MatchCondition>
<d2p1:Pattern>sample string 1</d2p1:Pattern>
</d2p1:NameMatch>
<d2p1:NameMatch>
<d2p1:MatchCondition>EqualTo|NotEqualTo|MatchesSuffix|DoesNotMatchSuffix|MatchesRegEx|DoesNotMatchRegex</d2p1:MatchCondition>
<d2p1:Pattern>sample string 1</d2p1:Pattern>
</d2p1:NameMatch>
</d2p1:NameMatches>
</d2p1:ExpandedFilter>
</Data>
<ErrorCode>2</ErrorCode>
<ErrorDescription>sample string 3</ErrorDescription>
<Meta>sample string 4</Meta>
<Success>true</Success>
</PBNBReturnOfArrayOfExpandedFilter76FemLeQ>
application/bson
Sample:
d Success Data 0 � CategoryNumbers � sample string 1 0 1 2 sample string 2 0 1 2 sample string 3 0 1 2 NameMatches � 0 6 Pattern sample string 1 MatchCondition 1 6 Pattern sample string 1 MatchCondition 2 6 Pattern sample string 1 MatchCondition ID Name sample string 2 Description sample string 3 Type 1 � CategoryNumbers � sample string 1 0 1 2 sample string 2 0 1 2 sample string 3 0 1 2 NameMatches � 0 6 Pattern sample string 1 MatchCondition 1 6 Pattern sample string 1 MatchCondition 2 6 Pattern sample string 1 MatchCondition ID Name sample string 2 Description sample string 3 Type 2 � CategoryNumbers � sample string 1 0 1 2 sample string 2 0 1 2 sample string 3 0 1 2 NameMatches � 0 6 Pattern sample string 1 MatchCondition 1 6 Pattern sample string 1 MatchCondition 2 6 Pattern sample string 1 MatchCondition ID Name sample string 2 Description sample string 3 Type ErrorCode ErrorDescription sample string 3 Meta sample string 4