Vault Objects-Object Record Attachments

Number of APIs: 15

  1. Delete Multiple Object Record Attachments DELETE https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/attachments/batch

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

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

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

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

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

  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. Update Object Record Attachment Description PUT https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments/:{attachment_id}