All Dictionaries
Gets basic metadata for the latest version of all active dictionaries.
Get all dictionary metadatas with the latest version. Each dictionary object will only contain meta data of the content.
Optional parameter to specify which page to return (default is 0)
Optional parameter to specify the number of result to return per page, default is 50. Maximum is 50.
Session authentication token.
Key Manager authentication token.
GET /agent/v1/dlp/dictionaries HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Accept: */*
{
"items": [
{
"creationDate": 1,
"creatorId": "text",
"dictRef": {
"dictId": "text",
"name": "text",
"version": "text"
},
"lastUpdatedDate": 1,
"type": "text"
}
],
"page": 1,
"pageCount": 1
}
Results do not include dictionary content or deleted dictionaries.
🚧 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?