V2 Get Policy

Gets a policy.

Get a policy

get

Get a policy

Path parameters
policyIdstringRequired

Unique dictionary identifier.

Query parameters
policyVersionstringOptional

Optional parameter, if set to be valid policy version number, will return policy with specified policyVersion. Otherwise, return the latest policy.

Header parameters
sessionTokenstringRequired

Session authentication token.

keyManagerTokenstringRequired

Key Manager authentication token.

Responses
200
Success
application/json
get
GET /agent/v1/dlp/policies/{policyId} HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Accept: */*
{
  "data": {
    "active": true,
    "contentTypes": [
      "text"
    ],
    "creationDate": 1,
    "creatorId": "text",
    "dictionaryRefs": [
      {
        "dictId": "text",
        "name": "text",
        "version": "text"
      }
    ],
    "lastDisabledDate": 1,
    "lastUpdatedDate": 1,
    "name": "text",
    "policyId": "text",
    "scopes": [
      "text"
    ],
    "type": "text",
    "version": "text"
  }
}

🚧 Required Permissions

Calling 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?