Documents-Document Annotations

Number of APIs: 11

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

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

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

  4. Export Document Annotations to PDF GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/annotations/file

  5. Export Document Version Annotations to PDF GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/annotations/file

  6. Retrieve Anchor IDs GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/anchors

  7. Retrieve Document Version Notes as CSV GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/doc-export-annotations-to-csv

  8. Retrieve Video Annotations GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/export-video-annotations

  9. Import Document Annotations from PDF POST https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/annotations/file

  10. Import Document Version Annotations from PDF POST https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/annotations/file