Repository Manipulation
Get file history
GET
Authorizations
This API uses OAuth 2 with the implicit grant flow
Path Parameters
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
Required string length:
3 - 128
Example:
"example_id"
An ID of a workspace, branch or commit.
Required string length:
3 - 128
Example:
"example_id"
A path to an item inside the repository.
Example:
"/path/to/file"
Query Parameters
Limit the number or items returned from a listing api
Required range:
x >= 1
Example:
17
Skip a number of items returned from a listing api
Required range:
x >= 0
Example:
17
Response
200
application/json
List of changes in the history of a versioned file
The response is of type object
.