Logo
Accusoft API Documentation

Documents-Comments

Number of APIs: 4


1. Add Document Comments

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.
DO NOT make concurrent calls to this endpoint for the same document.

If you do these things, changes to the document may not be applied correctly

https://api.accusoft.com/editor/docs/#api-Documents-addComments



2. Get Document Comments

GET {{editor_base_url}}/api/v1/documents/{{documentId}}/comments

https://api.accusoft.com/editor/docs/#api-Documents-comments



3. Update Document Comments

POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/updateComments

https://api.accusoft.com/editor/docs/#api-Documents-updateComments



4. Delete Document Comments

POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/deleteComments

https://api.accusoft.com/editor/docs/#api-Documents-deleteComments



ENDPOINTS