Documents-Document Attachments

Number of APIs: 20

  1. Determine if a Document has Attachments GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}

  2. Retrieve Document Version Attachment Versions GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/attachments/:{attachment_id}/versions/:{attachment_version}

  3. Retrieve Document Attachment Metadata GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/attachments/:{attachment_id}

  4. Retrieve Document Attachment Version Metadata GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/attachments/:{attachment_id}/versions/:{attachment_version}

  5. Download Document Attachment GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/attachments/:{attachment_id}/file

  6. Download Document Attachment Version GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/attachments/:{attachment_id}/versions/:{attachment_version}/file

  7. Download Document Version Attachment Version GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/attachments/:{attachment_id}/versions/:{attachment_version}/file

  8. Download All Document Attachments GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/attachments/file

  9. Download All Document Version Attachments GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/:{major_version}/:{minor_version}/attachments/file

  10. Delete Single Document Attachment DELETE https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/attachments/:{attachment_id}