# Retrieve Attachment List Endpoint: GET /organisations/{orgId}/attachments Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) The organisation identity ## Query parameters: - `attachmentType` (string) The record type of the attachment record. Enum: "DOCUMENT" - `targetType` (string) The record type of the target record. Enum: "CERTIFICATE", "CONNECTION", "COUNTRY", "DELIVERY", "ITEM", "LOCATION", "MATERIAL", "ORGANISATION", "PROCESS", "PRODUCT" - `targetUri` (string) The target URI that the attachment is being attached to. - `attachmentUri` (string) The URI of the attachment. ## Response 200 fields (application/json): - `targetUri` (string, required) The resource that is being attached to. - `attachmentUri` (string, required) The resource that is being attached. - `id` (string) System assigned id field. - `createdBy` (string) User who created the record. - `createdTime` (string) Date & Time that the record was created. - `updatedBy` (string) Last updated by user. - `updatedTime` (string) Date & Time that the record was last updated. ## Response 401 fields ## Response 403 fields ## Response 429 fields ## Response 500 fields