I’d like to know if we can get the detailed audit with an API GET method. I wish to export the audit into a database, but the existing APIs only gives the summary of the audit.
Is it possible to create a new API and retrieve them since the data already exists in the Asqatasun DB I guess ?
Thank you
I’m not sure the link you referred to is what I actually need or maybe I didn’t understand it. I’ll try to be more clear.
Here’s my audit for Wikipedia for example :
When I make an API call to get the audit result I get this :
As you can see, we only have a summary of the audit (how many did pass and how many did fail, etc.), but I’d like to have a JSON with the detailed result (all information inside the red circle in 1st picture).
By the way the export option doesn’t work.
I hope am more clear this time