Skip to main content
GET
/
commerce
/
customer
/
accounts
/
{accountId}
/
AuditLog
/
Entries
Error
A valid request URL is required to generate request examples
{
  "startIndex": 123,
  "pageSize": 123,
  "pageCount": 123,
  "totalCount": 123,
  "items": [
    {
      "customerAccountId": 123,
      "customerAuditEntryId": 123,
      "entryDate": "2023-11-07T05:31:56Z",
      "entryUser": "<string>",
      "application": "<string>",
      "site": "<string>",
      "description": "<string>",
      "fieldPath": "<string>",
      "oldValue": "<string>",
      "newValue": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

accountId
integer<int32>
required

Query Parameters

startIndex
integer<int32>
pageSize
integer<int32>
sortBy
string
filter
string
responseFields
string

limits which fields are returned in the response body

Response

Success

startIndex
integer<int32>
pageSize
integer<int32>
pageCount
integer<int32>
totalCount
integer<int32>
items
object[] | null