Is there is a way to get Commits by datetime In bitbucket?
Asked Answered
T

1

6

Is it possible to get commits on Bitbucket by datetime filter using their REST API v1.0 ? I read the entire documentation of the Bitbucket API, but I couldn't find anything related. I'm asking perhaps I did miss something. Thank you!

API I am using to get Commits from bitbucket /rest/api/1.0/projects/{0}/repos/{1}/commits

BitBucket API Document

Tribade answered 7/7, 2021 at 10:43 Comment(0)
C
-1

Looking at their docs you can apply filtering but it's not very clear.

https://developer.atlassian.com/bitbucket/api/2/reference/meta/filtering

You can apply filtering such as

updated_on <= 2015-03-04
Canvass answered 15/7, 2021 at 8:48 Comment(1)
This is for api v2 still I have tried using it but its not working.Tribade

© 2022 - 2024 — McMap. All rights reserved.