Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use CaseExample Request
Get all the violations from project Sonar (key = org.codehaus.sonar:sonar):

GET http://nemo.sonarsource.org/api/violations?resource=org.codehaus.sonar:sonar&depth=-1

Get all the blocker and critical violations from project Sonar (key = org.codehaus.sonar:sonar):

GET http://nemo.sonarsource.org/api/violations?resource=org.codehaus.sonar:sonar&depth=-1&priorities=BLOCKER,CRITICAL

...