Configuration - Policy
Get a classification rule by ID
Get a specific classification rule.
get/classification-rules/{id}
Path parameters
idinteger required
The classification Rule ID
Response
OK
Example response
{
"classifications": [
{
"value": "AABBCCDDEEFF"
}
]
}