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 url
User ID guid 9924256A-739C-462b-AF15-E652A3B1B6EB
productType
sent in url
Product ASC.AuditTrail.Types.ProductType
moduleType
sent in url
Module ASC.AuditTrail.Types.ModuleType
actionType
sent in url
Action type ASC.AuditTrail.Types.ActionType
action
sent in url
Action ASC.MessagingSystem.MessageAction
entryType
sent in url
Entry ASC.AuditTrail.Types.EntryType
target
sent in url
Target string some text
from
sent in url
Start date Date and Time Roundtrip format: 2008-04-10T06-30-00.000Z
to
sent in url
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