V3 All Policies
Gets all policies.
Get all policies
Query parameters
pageinteger · int32Optional
Optional parameter to specify which page to return (default is 0)
limitinteger · int32Optional
Optional parameter to specify the number of result to return per page, default is 50. Maximum is 50.
Header parameters
sessionTokenstringRequired
Session authentication token.
keyManagerTokenstringRequired
Key Manager authentication token.
Responses
200
Success
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Session tokens invalid.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
get
GET /agent/v3/dlp/policies HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Accept: */*
{
"policies": [
{
"id": "text",
"policyId": "text",
"version": "text",
"name": "text",
"creatorId": 1,
"scopes": [
"text"
],
"appliesTo": [
{
"dataType": "text",
"action": "text",
"rules": [
{
"id": "text",
"type": "text",
"name": "text",
"textMatchConfig": {
"dictionaries": [
{
"dictId": "text",
"version": "text",
"name": "text"
}
],
"countUniqueOccurrences": 1,
"applicableFileTypes": [
"text"
]
},
"fileSizeConfig": {
"sizeLimit": 1
},
"fileExtensionConfig": {
"allowLists": [
"text"
],
"blockLists": [
"text"
]
},
"filePasswordConfig": {
"applicableFileTypes": [
"text"
],
"matchCriteria": "text"
},
"fileClassifierConfig": {
"classifiers": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"applicableFileTypes": [
"text"
]
}
}
]
}
],
"active": true,
"deleted": true,
"creationDate": 1,
"lastUpdatedDate": 1,
"lastDisabledDate": 1,
"systemPolicy": true
}
],
"page": 1,
"size": 1,
"pageCount": 1
}
🚧 Required PermissionsCalling this endpoint requires a Service User Account set with the Expression Filter Policy Management role. For more information about Service User accounts and their roles, see the Symphony Administration Guide.
See Bot Permissions for a list of roles and associated privileges.
Last updated
Was this helpful?