V3 Violation Attachment Download

API for downloading attachments sent as part of messages flagged by DLP system

Get attachments that were sent as part of messages that were flagged by the DLP System.

get

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
get
GET /agent/v3/dlp/violation/attachment?fileId=text&violationId=text HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Accept: */*
Ynl0ZXM=

Last updated

Was this helpful?