Hello - I want to get a full list of repositories via the API but it seems to limit to showing the first 10. Is there a way to increase this or remove the limit? I'm using a GET on:
Hi there,
API results are paginated, so you'd need to request subsequent pages like this:
https://api.bitbucket.org/2.0/repositories/team_name?page=2
There is no way to limit the results on a single page to say "100"
https://api.bitbucket.org/2.0/repositories?pagelen=100
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.