View Single Post
04/27/22, 12:36 PM   #4
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,580
The api function to trigger a load should be "QueryCampaignSelectionData".
The reason why it is not automatically loaded all the time for every user is because it's heavy on the server. Keep in mind that if you work around it and automatically load it all the time, they may need to lock down the api so addons can no longer use it (like they did for the guild history). Ideally you should only query the data in response to user actions and not in background just because you can.
  Reply With Quote