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.
Query parameters
fileIdstringRequired
ID of attachment that will be downloaded.
violationIdstringRequired
ID of violation that corresponds to the flagged message that contains the attachment
Header parameters
sessionTokenstringRequired
Session authentication token.
keyManagerTokenstringRequired
Key Manager authentication token.
Responses
200
Attachment body as Base64 encoded string.
application/octet-stream
Responsestring · byte
400
Client error, see response body for further details.
application/octet-stream
401
Unauthorized: Session tokens invalid.
application/octet-stream
403
Forbidden: Caller lacks necessary entitlement.
application/octet-stream
404
Resource not found.
application/octet-stream
500
Server error, see response body for further details.
application/octet-stream
get
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?