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

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

  9. Delete Object Record Attachment Version DELETE https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/:{object_record_id}/attachments/:{attachment_id}/versions/:{attachment_version}

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