Configuration - Policy
List classification rules
List a page of classification rules.
get/classification-rules
Query parameters
pageinteger
Page number, min = 1
limitinteger
Page Size, min = 1, max = 100
Response
OK
Example response
{
"data": [
{
"classifications": [
{
"value": "AABBCCDDEEFF"
}
]
}
]
}