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
GET /cr/reportsplusengine/datasets/5e7dfa05-07cd-4beb-be9c-181a1722c2e8:571a5443-fb35-435e-b013-ecd1a6dcfb65/data    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
limit — query
offset — query
parameter.userlist — query
parameter.usergrouplist — query
parameter.TimeRange — query
parameter.timeZone — query
parameter.i_anomalous — query
parameter.serachString — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'