v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
d) Customer Management

Get the ratify results for the customer

The results are returned from most recent to oldest so pass offset=0 and limit=1 for the most recent one

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

Path parameters

tenantIdinteger required
customerIdinteger required

Query parameters

limitinteger
offsetinteger
ratify_type'BATCH' | 'COMPARISON' | 'NORMAL'

Type. NORMAL, BATCH, COMPARISON

Response

OK

lastModifiedstring date-time

The date/time when the ratify test was last run

statusstring
tracingContextstring

Example response

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