GET api/2.0/security/audit/events/filter This function requires authentication

Description

Returns a list of the audit events by the parameters specified in the request.

Parameters
Name Description Type Example
userId
sent in body
User ID guid 9924256A-739C-462b-AF15-E652A3B1B6EB
productType
sent in body
Product ASC.AuditTrail.Types.ProductType
moduleType
sent in body
Module ASC.AuditTrail.Types.ModuleType
actionType
sent in body
Action type ASC.AuditTrail.Types.ActionType
action
sent in body
Action ASC.MessagingSystem.MessageAction
entryType
sent in body
Entry ASC.AuditTrail.Types.EntryType
target
sent in body
Target string some text
from
sent in body
Start date Date and Time Roundtrip format: 2008-04-10T06-30-00.000Z
to
sent in body
End date Date and Time Roundtrip format: 2008-04-10T06-30-00.000Z
Example
GET api/2.0/security/audit/events/filter
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "userId": "9924256A-739C-462b-AF15-E652A3B1B6EB",
  "productType": null,
  "moduleType": null,
  "actionType": null,
  "action": null,
  "entryType": null,
  "target": "some text",
  "from": "2008-04-10T06-30-00.000Z",
  "to": "2008-04-10T06-30-00.000Z"
}
Returns

List of filtered audit trail data