Hi,
We are using the changeset diffstat resource described here to retrieve the diff stats associated with a commit.
https://confluence.atlassian.com/bitbucket/changesets-resource-296095208.html
By default this call only returns the first 15 files. By specifying the limit parameter we can increase this to 50.
Is there any way to return the remaining records if the commit affects more than 50 files?
We have tried specifying a start parameter but this returns an error.
Regards
Nick