Get Dlp Custom Dict

Get Dlp Custom Dict

Get all Custom Dictionaries

Request
URI
GET
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/dlp/dictionaries/custom
COPY
Path Parameters
string
enterpriseLogicalId
Required

Enterprise Logical ID

Query Parameters
fields
Optional

filter fields

string
quickSearch
Optional

quick search string

number
limit
Optional

response data max count

string
prevPageLink
Optional

previous page link

string
nextPageLink
Optional

next page link

boolean
_count
Optional

return total count or not


Responses
200

All Custom Dictionaries

Returns getDlpCustomDictsResponse of type(s) application/json
{
    "metaData": {
        "limit": 10,
        "count": 10,
        "nextPageLink": "b2Zmc2V0PTQ=",
        "previousPageLink": "b2Zmc2V0PTA="
    },
    "_href": "/enterprises/1/cwsPolicies",
    "data": [
        {
            "name": "dictionary1",
            "region": "string",
            "category": "string",
            "description": "description",
            "criteria": [
                {
                    "caseSensitive": false,
                    "count": 1,
                    "criteriaType": "string",
                    "criteriaValue": "test"
                }
            ],
            "_href": "/enterprises/1/cwsPolicies",
            "logicalId": "ac611099-9872-4b29-bd87-8c2ba8b62c81",
            "createdAt": 1611961646,
            "updatedAt": 1611961646
        }
    ]
}
object
metaData
Optional

metaData

string
_href
Required

_href

array of object
data
Required

data


400

Invalid Input

Returns httpResponseError of type(s) application/json
{
    "code": "error code",
    "errors": [
        {
            "message": "error message",
            "path": "object.path"
        }
    ]
}
string
code
Required

code

Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, INVALID_LICENSE,
array of object
errors
Required

errors


500

Internal Server Error

Returns httpResponseError of type(s) application/json
{
    "code": "error code",
    "errors": [
        {
            "message": "error message",
            "path": "object.path"
        }
    ]
}
string
code
Required

code

Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, INVALID_LICENSE,
array of object
errors
Required

errors