Documentation
Preparing search index...
@blizzard-api/wow
JournalEncounterSearchResponseItem
Interface JournalEncounterSearchResponseItem
The response for a journal encounter search.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
https://develop.battle.net/documentation/world-of-warcraft/guides/search
interface
JournalEncounterSearchResponseItem
{
data
:
{
category
:
Category
;
creatures
:
JournalEncounterSearchCreature
[]
;
id
:
number
;
instance
:
{
id
:
number
;
name
:
Record
<
Locales
,
string
>
}
;
items
:
JournalEncounterSearchItem
[]
;
modes
?:
{
name
:
Record
<
Locales
,
string
>
;
type
:
EncounterMode
}
[]
;
name
:
Record
<
Locales
,
string
>
;
sections
:
JournalSection
[]
;
}
;
key
:
Href
;
}
Hierarchy
KeyBase
JournalEncounterSearchResponseItem
Index
Properties
data
key
Properties
data
data
:
{
category
:
Category
;
creatures
:
JournalEncounterSearchCreature
[]
;
id
:
number
;
instance
:
{
id
:
number
;
name
:
Record
<
Locales
,
string
>
}
;
items
:
JournalEncounterSearchItem
[]
;
modes
?:
{
name
:
Record
<
Locales
,
string
>
;
type
:
EncounterMode
}
[]
;
name
:
Record
<
Locales
,
string
>
;
sections
:
JournalSection
[]
;
}
key
key
:
Href
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
key
Documentation
Loading...
The response for a journal encounter search.
See