v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
e) Organisation Management

Get a list of the organisation's attachments

Returns all attachments registered against the organisation.

get/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/attachments

Path parameters

tenantIdinteger required
organisationIdinteger required

Query parameters

attachmentTypestring

The type of attachment

fieldsstring

Fields to be included. By default returns all fields. Specify onlyMetaData to receive metadata without document

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"
  }
]