Interface APICharacterQuests

Character Quests

/profile/wow/character/{realmSlug}/{characterName}/quests

interface APICharacterQuests {
    _links: linksStruct;
    character: characterRef;
    in_progress: refStruct[];
}

Properties

_links: linksStruct
character: characterRef
in_progress: refStruct[]