Documentation
    Preparing search index...

    Interface JournalEncounterResponse

    The response for a journal encounter.

    interface JournalEncounterResponse {
        _links: { self: Href };
        category: Category;
        creatures: Creature[];
        description: string;
        faction?: Faction;
        id: number;
        instance: NameIdKey;
        items: Item[];
        modes?: Mode[];
        name: string;
        sections: JournalSection[];
    }

    Hierarchy

    • NameId
    • ResponseBase
      • JournalEncounterResponse
    Index

    Properties

    _links: { self: Href }
    category: Category
    creatures: Creature[]
    description: string
    faction?: Faction
    id: number
    instance: NameIdKey
    items: Item[]
    modes?: Mode[]
    name: string
    sections: JournalSection[]