POST /a/log/audit/chartdata

[Enterprise Only] Retrieves aggregated audit logs to generate charts

Body Parameters

Name Description Type Required
MsgId Type of event we are auditing string
RefTime Upper bound for our request integer
TimeRangeType Known types: H, D, W, M or Y string

Body Example

{
  "MsgId": "string",
  "RefTime": 10,
  "TimeRangeType": "string"
}

Response Example (200)

Response Type /definitions/restTimeRangeResultCollection

{
  "Links": [
    {
      "Count": 10,
      "RefTime": 10,
      "Rel": "string"
    }
  ],
  "Results": [
    {
      "Count": 10,
      "End": 10,
      "Name": "string",
      "Relevance": 10,
      "Start": 10
    }
  ]
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top