You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I am trying to pull data between two tags from bitbucket using web api, here is the web api.
https://bitbucket.local.com/rest/api/latest/projects/TEST/repos/test/changes?since=fb7232323fw3jwj8b14&until=a6c4f1a060426e697896c567c0e444uu477e&limit=2000&start=1000
In since and from added dummy sha of two tags basically those are last commits sha of both the tags and when requesting to changes web api, I am able to get data but not more than 1000, even tried to use start parameter for pagination but no success.
please guide.
Thanks in Advance
Rupesh
In the documentation it says that there is a hard cap se the the "@code page.max.changes".
Note: The implementation will apply a hard cap ({@code page.max.changes}) and it is not possible to request subsequent content when that cap is exceeded.
This page has some information on setting the values to a higher limit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.