Interface APICharacterTransmogCollectionSummary

Character Transmog Collection Summary

/profile/wow/character/{realmSlug}/{characterName}/collections/transmogs

interface APICharacterTransmogCollectionSummary {
    _links: linksStruct;
    appearance_sets: refStruct[];
    slots: { appearances: refStruct; slot: { name: string; type: string } }[];
}

Properties

_links: linksStruct
appearance_sets: refStruct[]
slots: { appearances: refStruct; slot: { name: string; type: string } }[]