Hi Everyone,
Is there a way to filter commits by date/time through the API? I have tried a couple different methods. For example I have tried:
curl -X GET -u <username>:<password> https://bitbucket.okla.<org>.com/rest/api/1.0/projects/{workspace]/repos/{reposlug}/commits?start_date=10-10-23&end_date=11-10-2023
and also
curl -X GET -u <username>:<password> https://bitbucket.okla.<org>.com/rest/api/1.0/projects/{workspace]/repos/{reposlug}/commits?since=10-10-2023
Neither of these worked. I have seen that commit filtering may not be a feature, is this true? Does anyone know a work around?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.