Gets violations as a result of policy enforcement on messages. The message part of this violation is the same as documented in Create Message v4
Last updated
Was this helpful?
📘 sharedMessage
Note that the sharedMessage attribute is only returned when the message represented by this class is a wall post sharing another message.
Please note the payload example with sharedMessage object included.
🚧 Required Permissions
Calling this endpoint requires the Expression Filter Policy Management role.
See for a list of roles and associated privileges.
Get violations as a result of policy enforcement on messages.
get
Retrieves DLP v3 message related violations for a given time range
Query parameters
startTimeinteger · int64Required
Timestamp of the first required violation.
This is a long integer value representing milliseconds since Jan 1 1970
endTimeinteger · int64Optional
Timestamp of the last required violation.
This is a long integer value representing milliseconds since Jan 1 1970
If unspecified, it will default to current time of the request.
nextstringOptional
Offset of the next chunk of violations. Value is null for the first request.
limitintegerOptional
Max No. of violations to return. If no value is provided, 50 is the default. The maximum supported value is 500.
Header parameters
sessionTokenstringRequired
Session authentication token.
keyManagerTokenstringRequired
Key Manager authentication token.
Responses
200
OK
application/json
204
No Messages.
400
Client error, see response body for further details.
application/json
401
Unauthorized: Session tokens invalid.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
get
GET /agent/v3/dlp/violations/message?startTime=1 HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Accept: */*