user984200
user984200

Reputation: 293

SonarQube API result limit

I have a question about the limit restriction of results in the web api.

There was a restriction to max. 500 results in prior versions. See this open bug (https://jira.codehaus.org/browse/SONAR-2920) and an old documentation entry ( http://docs.codehaus.org/pages/viewpage.action?pageId=229743280).

This part is not included in the current documentation ( http://nemo.sonarqube.org/api_documentation#api/resources) and my tests have shown that the api of version 5.1 as well as 4.5.4 is able to deliver more than 500 results.

So, can the bug be closed and there is no more restriction or do you have a bug that there is no limitation?

Cheers,

Stefan

Upvotes: 1

Views: 1490

Answers (1)

Julien L.
Julien L.

Reputation: 2587

There's indeed a bug in this WS, the result should always be limited to 500 : http://jira.sonarsource.com/browse/SONAR-6584

Regards

Upvotes: 1

Related Questions