SonarQube API - No method to get duplicate file name and line number details

The URL you are trying is not part of the web API. Web API URLs are prefixed by <sonarqube-instance>/api/. I suggest you check the web api documentation at <sonarqube-instance>/web_api or as @anon67236913 explained, check with your browser what API calls the SonarQube’s front end is doing when you navigate around pages showing duplication.

1 Like