Endpoints
GET file versions
A list of the versions of a file.
info
This is a Tier 2 endpoint and requires the file_versions:read
scope.
HTTP Endpoint
GET /v1/files/:key/versions
Return value
{
"versions": Version[],
"pagination": {
"prev_page": String,
"next_page": String
}
}
Path parameters | Description |
---|---|
key |
|
Error code | Description |
---|---|
403 | The developer / OAuth token is invalid or expired |
404 | The specified file was not found |