Documents-Document Relationships

Number of APIs: 7

  1. Retrieve Document Relationships GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/relationships

  2. Delete Single Document Relationship DELETE https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/relationships/:{relationship_id}

  3. Delete Multiple Document Relationships DELETE https://{{vaultDNS}}/api/{{version}}/objects/documents/relationships/batch

  4. Retrieve Document Type Relationships GET https://{{vaultDNS}}/api/{{version}}/metadata/objects/documents/types/:{type}/relationships

  5. Create Single Document Relationship POST https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/relationships

  6. Create Multiple Document Relationships POST https://{{vaultDNS}}/api/{{version}}/objects/documents/relationships/batch

  7. Retrieve Document Relationship GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/relationships/:{relationship_id}