document

Create Annotation

Create an annotation for a document.

If tag_name is provided, uses existing tag or creates new one. If tag_name is not provided, auto-generates a system tag. The shared status inherits from document unless explicitly overridden.

post/api/document/{doc_ext_id}/annotation

Path parameters

doc_ext_idstring required

Request body

notestring nullable
page_refinteger nullable
tag_namestring nullable

Response

Successful Response

doctag_ext_idstring required
doc_ext_idstring required
tag_ext_idstring required
notestring nullable
page_refinteger nullable
created_by_ext_idstring required
created_atstring date-time required
updated_atstring date-time required

Changes