V3 Violation Attachment Download
API for downloading attachments sent as part of messages flagged by DLP system
Retrieves attachments from related message violations as a base64 encoded String.
ID of attachment that will be downloaded.
ID of violation that corresponds to the flagged message that contains the attachment
Session authentication token.
Key Manager authentication token.
Attachment body as Base64 encoded string.
Client error, see response body for further details.
Unauthorized: Session tokens invalid.
Forbidden: Caller lacks necessary entitlement.
Resource not found.
Server error, see response body for further details.
GET /agent/v3/dlp/violation/attachment?fileId=text&violationId=text HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Accept: */*
Ynl0ZXM=
A successful call returns the attachment body encoded in Base64. Be sure to decode the downloaded attachment. The Content Export service user must be used to download attachments. No other service accounts are able to perform this operation.
Last updated
Was this helpful?