Specific Dictionary
Gets basic metadata about a dictionary.
Get basic information for a dictionary.
Unique dictionary identifier
If set to be valid dictionary version number, will return dictionary metadata with specified version. Otherwise, return the latest dictionary metadata.
Session authentication token.
Key Manager authentication token.
Success
Client error, see response body for further details.
Unauthorized: Session tokens invalid.
Forbidden: Caller lacks necessary entitlement.
Server error, see response body for further details.
GET /agent/v1/dlp/dictionaries/{dictId} HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Accept: */*
{
"data": {
"creationDate": 1,
"creatorId": "text",
"dictRef": {
"dictId": "text",
"name": "text",
"version": "text"
},
"lastUpdatedDate": 1,
"type": "text"
}
}
🚧 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?