All Dictionaries

Gets basic metadata for the latest version of all active dictionaries.

Get all dictionary metadatas

get

Get all dictionary metadatas with the latest version. Each dictionary object will only contain meta data of the content.

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