Assets

Find audit logs by asset ID

get

Specify diff to recevice a diff of the audit log changes

Authorizations
Path parameters
assetIdstringRequired

The ID of the asset to get the audot logs for

Query parameters
diffbooleanOptional

Whether a diff of the audit logs should be provided

Responses
200

successful operation

application/json
Responseone of
or
get
GET //audit/assets/{assetId} HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "diff": {
    "ANY_ADDITIONAL_PROPERTY": [
      {}
    ]
  }
}