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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.