Forum Discussion
- JohnThomasQrew CadetWhen i tried the API_GenResultsTable in a table with more than 50 fields i am getting the entire fields as a html table.
https://[target_domain]/db/?a=API_GenResultsTable&qid=[reportId]&appToken=[appToken]&options=[option]
Fields to be filled in above URL
1) target_domain : aaa.com
2) tableId : Go to the corresponding table that you want to fetch , on The URL the value after db.
3) reportId: Go to any reports that have all the fields in your case , you will see a qid=some value in URL copy that value
4) appToken: In Application Go to home -> settings -> app properties -> under Advanced Settings -> Security options -> require application token check it -> go to manage application token and create a new token
5) option: In your case give "abs" means absolute URL
Please remove the square brackets
After making the URL proper with values just paste that URI in a tab. You will get the response as html table.
I Tried it. It's working fine for me
I hope this will help you.