v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBd) Customer Management
Get list of the customers documents
This will return all documents linked to the customer. If the includeHistoricalDocument=true, it will include the historical document of users. If the includeInvalidDocument=true, it will include the invalid document of users
get/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/documents
Path parameters
tenantIdinteger required
customerIdinteger required
Query parameters
fieldsstring
Fields to be included. By default returs all fields. Specify onlyMetaData to receive metadata without document
includeHistoricalDocumentboolean
includeInvalidDocumentboolean
If true, will return up to 3 invalid uploaded documents for each document type
Response
OK
Example response
[
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00",
"versionFrom": "2022-03-10T12:15:50-04:00",
"versionTo": "2022-03-10T12:15:50-04:00"
}
]