v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
h) Wallets

Get the Wallet Audit detail

get/eclipse-conductor/rest/v1/tenants/{tenantId}/wallets/{walletId}/audit-events

Path parameters

tenantIdinteger required
walletIdinteger required

Query parameters

dateFromInclstring

dateFromIncl, the date from where we want to get the Customer Audit Event inclusive.

dateToExclstring

dateToExcl, the date upto when we want to get the Customer Audit Events exclusive

eventTypestring

eventType, optional event type to filter the Customer Audit Event results

Response

OK

createdstring date-time

Date the event was created

datastring

Data relating to the event

eventIdinteger

Unique identifier for the event

eventTypestring

The type of event

Example response

[
  {
    "created": "2022-03-10T12:15:50-04:00"
  }
]