/report/tables API code

Hello,

i am trying to make an API request to get healing,dmg-taken etc for a specific encounter. What parameter is “code” (The specific report to collect table entries for.)?

e.g.:

https://www.warcraftlogs.com:443/v1/report/tables/healing/TrHN4Vm3zqvy8AK6?api_key=your_key

This is a working code for a report. I can get events etc. with this code, but not healing, dmg-taken etc.

What am i doing wrong?

Cheers

Edit: To specify, i get a json in return but it is empty. The report happened and is not empty tho, it is a heroic EN clear.

1 Like

I have the same issue here. the report/table call doesnt seem to work at all or the documentation needs an update.

Getting The same issue as well. Not sure if I am missing required params or not.

edit: Required Encounter Id and end time for the encounter You’ll probably have to string together the APIs to get this to work effectively.