Documentation
    Preparing search index...

    Interface CharacterProfileSummaryResponse

    interface CharacterProfileSummaryResponse {
        _links: { self: Href };
        achievement_points: number;
        achievements: Href;
        achievements_statistics: Href;
        active_spec: NameIdKey;
        active_title: NameIdKey & { display_string: string };
        appearance: Href;
        average_item_level: number;
        character_class: NameIdKey;
        collections: Href;
        covenant_progress: CovenantProgress;
        encounters: Href;
        equipment: Href;
        equipped_item_level: number;
        experience: number;
        faction: Faction;
        gender: Gender;
        guild: Guild;
        hunter_pets: Href;
        id: number;
        last_login_timestamp: number;
        level: number;
        media: Href;
        mythic_keystone_profile: Href;
        name: string;
        name_search: string;
        professions: Href;
        pvp_summary: Href;
        quests: Href;
        race: NameIdKey;
        realm: Realm;
        reputations: Href;
        specializations: Href;
        statistics: Href;
        titles: Href;
    }

    Hierarchy

    • ResponseBase
      • CharacterProfileSummaryResponse
    Index

    Properties

    _links: { self: Href }
    achievement_points: number
    achievements: Href
    achievements_statistics: Href
    active_spec: NameIdKey
    active_title: NameIdKey & { display_string: string }
    appearance: Href
    average_item_level: number
    character_class: NameIdKey
    collections: Href
    covenant_progress: CovenantProgress
    encounters: Href
    equipment: Href
    equipped_item_level: number
    experience: number
    faction: Faction
    gender: Gender
    guild: Guild
    hunter_pets: Href
    id: number
    last_login_timestamp: number
    level: number
    media: Href
    mythic_keystone_profile: Href
    name: string
    name_search: string
    professions: Href
    pvp_summary: Href
    quests: Href
    race: NameIdKey
    realm: Realm
    reputations: Href
    specializations: Href
    statistics: Href
    titles: Href