Get DuEdit info from IMC
note
[Since 2020.01]
A request to get collaboration information for a document if it’s opened.
POST /api/v1/documents/{docId} HTTP/1.1
- Path parameters
| Parameter | Description |
|---|---|
docId | The ID of the file. |
- Example request
curl -i -X GET 'http://localhost:9094/api/v1/documents/O3232hs18Aav0CUzW1X' -H 'X-co-auth-token: 8705adfeb88111b472e089a6af6aa929'
- Example response
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
{
"revision": "157",
"savedByDu": false
}