Get version history
GET /api/2.0/files/file/{fileId}/edit/history
Request
Returns the version history of a file with the ID specified in the request.
Headers
- Accept
enum of string
Can be one of:
application/json
,text/json
,text/plain
.
Path
- fileId
integer
int32required
Examples
GET /api/2.0/files/file/1298/edit/history HTTP/1.1
Accept: application/json
Host: example.com
curl --request GET \
--url https://example.com/api/2.0/files/file/1298/edit/history \
--header 'Accept: application/json'
Responses
200
Version history data
- id
integer
int32 - key
string
- version
integer
int32 - versionGroup
integer
int32 - user
object
- id
string
- name
string
- created
object
- utcTime
string
date-time - timeZoneOffset
string
date-span
- changesHistory
string
- changes
array of unknown
- serverVersion
string