V3 Violation Attachment Download
API for downloading attachments sent as part of messages flagged by DLP system
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.
keyManagerTokenstringOptional
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
/v3/dlp/violation/attachmentLast updated
Was this helpful?