GET api/2.0/files/file/{fileId}/trackeditfile This function requires authentication

Description

Tracks file changes when editing.

Parameters
Name Description Type Example
fileId
sent in url
File ID number 1234
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
Example
GET api/2.0/files/file/1234/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
}
Returns

File changes