Documents-Document Annotations

Number of APIs: 17

  1. Retrieve Annotation Type Metadata GET https://{{vaultDNS}}/api/{{version}}/metadata/objects/documents/annotations/types/:{annotation_type}

  2. Retrieve Annotation Placemark Type Metadata GET https://{{vaultDNS}}/api/{{version}}/metadata/objects/documents/annotations/placemarks/types/:{placemark_type}

  3. Retrieve Annotation Reference Type Metadata GET https://{{vaultDNS}}/api/{{version}}/metadata/objects/documents/annotations/references/types/:{reference_type}

  4. Create Multiple Annotations POST https://{{vaultDNS}}/api/{{version}}/objects/documents/annotations/batch

  5. Add Annotation Replies POST https://{{vaultDNS}}/api/{{version}}/objects/documents/annotations/replies/batch

  6. Update Annotations PUT https://{{vaultDNS}}/api/{{version}}/objects/documents/annotations/batch

  7. Read Replies of Parent Annotation GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/annotations/:{annotation_id}/replies

  8. Read Annotations by Document Version and Type GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/annotations

  9. Read Annotations by ID GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/annotations/:{annotation_id}

  10. Delete Annotations DELETE https://{{vaultDNS}}/api/{{version}}/objects/documents/annotations/batch