Vault Objects-Object Record Attachments

Number of APIs: 15

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

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

  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. Restore Object Record Attachment Version POST https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments/:{attachment_id}/versions/:{attachment_version}?restore=true

  10. Update Object Record Attachment Description PUT https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments/:{attachment_id}