Hi all,
I’m a beginner in this field and I’m trying to retrieve sonar issues and measures data files of a component for a given date (eg: 06/07/2022).
so far I’m downloading weekly snapshots of the data files starting from august. What should I do to retrieve past data with a single api call? (i. e. with a given parameter to date so that I can get backdated data files for all the components)
I’m using
“api/issues/search?” to retrieve issues data
“api/measures/component?” to retrieve measures data
Regarding your question, have you tried this via the UI? The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.
Thank you so much for the reply. I’m an intern and don’t have any admin rights. my task is to find a way to retrieve issues and measures data available for a given date of sonar components.
I tried the guide you provided and couldn’t get what I’m looking for.
Thanks again for your kind support