v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
d) Customer Management

Get a list of the customers attachments

This will return all attachments linked to the customer

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

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

limitinteger
offsetinteger

Response

OK

attachmentIdinteger
attachmentTypestring required

File name for the attachment.Supported file for pdf,doc,json,text

base64EncodedAttachmentstring

Optional base64 Encoded data of the attachment.

createdstring date-time
fileNamestring

Optional file name for the attachment

infostring

Optional text data of the attachment.You can pass text and json data in Info

lastModifiedstring date-time
mediaTypestring

Optional media type of the attachment.Supported media types for application/pdf, image/png or image/jpeg,application/json,text/plain

Example response

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