Repository Manipulation
Get object history in a ref by its latest path
GET
/
repos
/
{repo_id}
/
files
/
history
/
{ref_id}
/
{path}
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
An ID of a workspace, branch or commit.
Required string length:
3 - 128
A path to a file inside the repository.
Query Parameters
Limit the number or items returned from a listing api
Required range:
x > 1
Skip a number of items returned from a listing api
Required range:
x > 0
Response
200 - application/json