Hello,
I am trying to extract data from WLogs, in order to build a spellDistribution vs. rank chart (ie. does higher ranking players do more damage from all spells, or does the distribution change).
I am therefore trying to query the damage done in some reports, however, I can’t get it to work.
Indeed, in the ‘report’ controller, the ‘event’ action is working fine:
https://www.warcraftlogs.com/v1/report/events/jV7BrwCxnJptyFNb?api_key=my_key
same thing for the ‘fights’ action:
https://www.warcraftlogs.com/v1/report/fights/jV7BrwCxnJptyFNb?api_key=my_key
However, the ‘tables’ event does not seem to yield any results:
https://www.warcraftlogs.com/v1/report/tables/damage-done/jV7BrwCxnJptyFNb?api_key=my_key
There is no error message, just an empty array:
{
"entries": [],
"totalTime": 0
}
Could you please help me figure out what is happening?
Thanks,