Hi Team,
I am trying to execute rest API in my instance to fetch repositories created date in a single project. Pls find below URL which I have run. but its giving only 25 pages of data in a page, how can I view all the page information using API. can anyone suggest me, Is there any API for this to get all the repos info in a single page with repositories created date.
URL: https://bitbucketURL/rest/audit/1.0/projects/aau/events?isLastPage:true
once executed the above url, the end result, its showing as''start":0,"nextPageStart":25'. How can we show last page info using API.
Thanks!
On Bitbucket server you should be able to define the number of items returned in the pagination, 25 is the default value. Let me see if I can find where you set that, it has been a couple of years since I did that.
Also take a look at this blog post, it shows how to use pagination to get all the repositories, BitBucket List All Repositories – using REST API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.