Get Projects Repository Commits
GET {{baseUrl}}/projects/:id/repository/commits?ref_name=<>&since=<>&until=<>&page=<>&per_page=<>&path=<get>
Get a project repository commits
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ref_name | string | The name of a repository branch or tag, if not given the default branch is used | |
since | string | Only commits after or in this date will be returned | |
until | string | Only commits before or in this date will be returned | |
page | string | Current page number | |
per_page | string | Number of items per page | |
path | string | The file path |