# 2023-07-27

* Downloading of attachments via the API is now available for the following attachables:
  * Sales invoice: [`GET /sales_invoices/:id/attachments/:attachment_id/download`](/api/sales_invoices/#get_sales_invoices_sales_invoice_id_attachments_id_download)
  * Estimate: [`GET /estimates/:id/attachments/:attachment_id/download`](/api/estimates/#get_estimates_estimate_id_attachments_id/download)
  * External sales invoice: [`GET /external_sales_invoices/:id/attachments/:attachment_id/download`](/api/external_sales_invoices/#get_external_sales_invoices_external_sales_invoice_id_attachments_id_download)
  * Document:
    * General document: [`GET /documents/general_documents/:id/attachments/:attachment_id/download`](/api/documents_general_documents/#get_documents_general_documents_id_attachments_attachment_id_download)
    * General journal document: [`GET /documents/general_journal_documents/:id/attachments/:attachment_id/download`](/api/documents_general_journal_documents/#get_documents_general_journal_documents_id_attachments_attachment_id_download)
    * Purchase invoice: [`GET /documents/purchase_invoices/:id/attachments/:attachment_id/download`](/api/documents_purchase_invoices/#get_documents_purchase_invoices_id_attachments_attachment_id_download)
    * Receipt: [`GET /documents/receipts/:id/attachments/:attachment_id/download`](/api/documents_receipts/#get_documents_receipts_id_attachments_attachment_id_download)
    * Typeless document: [`GET /documents/typeless_documents/:id/attachments/:attachment_id/download`](/api/documents_typeless_documents/#get_documents_typeless_documents_id_attachments_attachment_id_download)
