Link Search Menu Expand Document

Audit Log Service

Jan 1 2022 at 12:00 AM

  1. API calls within Audit Log Service
    1. Audit Log Service
      1. API Calls

Audit Log Service

The Audit Logging Service is used to audit and retrieve logs of user-based actions throughout the system. Any API method that is triggered from a user action should be audited.

API calls within Audit Log Service

Audit Log Service

API Calls

Get

GET

Permission

audit_logs:get

Accessible

Tenant Account and Root Only   Refer to the response and accessiblity information for more information.

URL

https://{tenantDomain}/{accountPath}/_apis/dapi/v1/AuditLog/Get

URL Example
https://iotnxtinternal.commander.io/default/_apis/dapi/v1/AuditLog/Get

URL Params

None

Data Params

{
  "searchFilter":
  {
    "Limit": "int",
    "Skip": "int",
    "AuditStartDateTime": "DateTime",
    "AuditEndDateTime": "DateTime",
    "Service": "string",
    "Username": "string",
    "Description": "string",
    "IpAddress": "string"
  }
}

Success Response

Refer to the response and accessiblity information for more information.

Error Response

Refer to the response and accessiblity information for more information.

Notes

None