Number of APIs: 4
POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/addComments
NOTE: This endpoint changes the document and assumes that nothing else (like an editing session or another call to this endpoint) will be making changes to the document at the same time.* • DO NOT call this endpoint if an end user is actively editing the document. If you do these things, changes to the document may not be applied correctly https://api.accusoft.com/editor/docs/#api-Documents-addComments
• DO NOT make concurrent calls to this endpoint for the same document.
GET {{editor_base_url}}/api/v1/documents/{{documentId}}/comments
https://api.accusoft.com/editor/docs/#api-Documents-comments
POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/updateComments
https://api.accusoft.com/editor/docs/#api-Documents-updateComments
POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/deleteComments
https://api.accusoft.com/editor/docs/#api-Documents-deleteComments