Vault Objects-Object Record Attachments

Number of APIs: 15

  1. Determine if Attachments are Enabled on an Object GET https://{{vaultDNS}}/api/{{version}}/metadata/vobjects/:{object_name}

  2. Retrieve Object Record Attachments GET https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments

  3. Retrieve Object Record Attachment Versions GET https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments/:{attachment_id}/versions

  4. Retrieve Object Record Attachment Version Metadata GET https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments/:{attachment_id}/versions/:{attachment_version}

  5. Download Object Record Attachment Version File GET https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments/:{attachment_id}/versions/:{attachment_version}/file

  6. Download All Object Record Attachment Files GET https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments/file

  7. Create Object Record Attachment POST https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments

  8. Create Multiple Object Record Attachments POST https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/attachments/batch

  9. Update Multiple Object Record Attachment Descriptions PUT https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/attachments/batch

  10. Delete Object Record Attachment DELETE https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments/:{attachment_id}