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 Metadata GET https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments/:{attachment_id}

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

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

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

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

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

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

  10. Restore Object Record Attachment Version POST https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments/:{attachment_id}/versions/:{attachment_version}?restore=true