Hi, finally got my forum account to let me post!
/profile/wow/character/{realmSlug}/{characterName}/quests/completed
is returning an incomplete list of quests, as of last checking on my character, it was over 1000 quests less than the in game C_QuestLog.GetAllCompletedQuestIDs, this is not an insignificant issue for keeping track of quest completion, as well as the in game API isnt always able to provide details like what the quest is named
The common connection between all of these not showing up in the completed quest list is that in the /data/wow/quest/{questId} these quests all return error 404 not found
Examples by ID:
removed:
5
46810
41783
49864
Bonus objectives:
34076
34496
36811
Other:
43342
36088
And many many many more
I know I am not the only one who has had problems with this, It would be greatly appriciated if it could be fixed someday, Happy to provide additional details if needed or more IDs
Thank you