Number of APIs: 17
NOTE: Many of the requests found in this collection cannot currently be run successfully. They can however be used as a reference in showing how the requests should be configured.
GET {{editor_base_url}}/api/v1/sessions/{{sessionId}}/document/docx
GET {{editor_base_url}}/api/v1/health
POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/addComments
GET {{editor_base_url}}/api/v1/documents/{{documentId}}/comments
POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/updateComments
POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/findAndReplace
GET {{editor_base_url}}/api/v1/documents/{{documentId}}/text
POST {{editor_base_url}}/api/v1/documents
POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/clone
DELETE {{editor_base_url}}/api/v1/documents/{{documentId}}
ENDPOINTS