v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
d) Customer Management

Get the Customer Audit detail

get/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/audit-events

Path parameters

tenantIdinteger required
customerIdinteger 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

emailIdstring

eventKey, optional event key to filter the Customer Audit Event results

eventTypestring

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

msisdnstring

eventKey, optional event key 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"
  }
]