Skip to main content

Get Audit Trail

Select

SaaS
Customer Managed

This operation returns list of operations that users performed in a commcell.

Query Parameters
  • limit integer

    Maximum number of operations to be returned

  • offset integer

    Starting position in the list

  • parameter.userlist integer

    Id of the user

  • parameter.usergrouplist integer

    Id of the user group

  • parameter.TimeRange string

    Time range.

    It can be given as hours(eg.-PT24H), days(-P7D), months(-P12M) or time range(2024-06-05T06:43:56Z 2024-06-26T06:43:56Z)

  • parameter.timeZone integer

    Possible values: [0, 1]

    Specify the timezone (Local = 1, commserve = 0)

  • parameter.i_anomalous integer

    Possible values: [0, 1]

    To list audits with unusual frequency (all audits = 0, Only audits with unusual frequency = 1)

  • parameter.serachString string

    To search by key in the audits

Responses

OK


Schema
  • cacheId string

    Report dataset cache Id

  • offset integer

    Denotes the starting point or index from which the requested data begins

  • limit integer

    Total number of records in the response

  • totalRecordCount integer

    Total Records in the response

  • columns object[]

    List of columns in the dataset

  • name string

    Column Name

  • dataField string

    Data field name

  • displayName string

    Display Name of the column

  • type string

    Data type

  • precision integer

    Decimal point precision

  • scale integer
  • recordsCount integer

    Total Records in the rows

  • records string[]

    Rows containing the output

  • failures object
  • warnings object
Loading...