Skip to main content

Notify the coediting status (Optional API)

MethodAPIDescription
POST/{context}/{docId}/notifyNotify document editing status changes

Function Description:
Notify status changes when a document goes from no one editing to someone editing, or from someone editing to everyone exiting editing.

Example:

POST http://172.16.52.223/v2/context/484/notify
{
"docId": "484",
"type": "edit.session.close",
"repoId": "thirdparty-rest"
}

type Value Description:

  • edit.session.open: First user opens the document
  • edit.session.close: Last user closes the document