GET api/2.0/files/file/{fileId}/trackeditfile
Tracks file changes when editing.
Name |
Description |
Type |
Example |
fileId
sent in url
|
File ID
|
`0
|
|
tabId
sent in body
|
Tab ID
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
docKeyForTrack
sent in body
|
Document key for tracking
|
string
|
some text
|
doc
sent in body
|
Shared token
|
string
|
some text
|
isFinish
sent in body
|
Specifies whether to finish file tracking or not
|
Bool value
|
true
|
GET api/2.0/files/file/{fileid}/trackeditfile
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"tabId": "9924256A-739C-462b-AF15-E652A3B1B6EB",
"docKeyForTrack": "some text",
"doc": "some text",
"isFinish": true
}