Documentation
    Preparing search index...

    Interface CharacterAppearanceResponse

    interface CharacterAppearanceResponse {
        _links: { self: Href };
        active_spec: NameIdKey;
        character: Character;
        customizations: Customization[];
        faction: Faction;
        gender: Gender;
        guild_crest: GuildCrest;
        items: Item[];
        playable_class: NameIdKey;
        playable_race: NameIdKey;
    }

    Hierarchy

    • ResponseBase
      • CharacterAppearanceResponse
    Index

    Properties

    _links: { self: Href }
    active_spec: NameIdKey
    character: Character
    customizations: Customization[]
    faction: Faction
    gender: Gender
    guild_crest: GuildCrest
    items: Item[]
    playable_class: NameIdKey
    playable_race: NameIdKey