Get Dlp Dict Categories

Get Dlp Dict Categories

Get list of DLP dictionary categories

Request
URI
GET
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/metadata/dlpDictCategories
COPY
Path Parameters
string
enterpriseLogicalId
Required

Enterprise Logical ID


Responses
200

List of DLP dictionary categories

Returns Array of object of type(s) application/json
[
    {
        "label": "Document Classification",
        "value": "Document Classification"
    }
]