Documentation
Preparing search index...
@blizzard-api/classic-wow
ConnectedRealmSearchParameters
Interface ConnectedRealmSearchParameters
Connected Realm Search API parameters.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
https://develop.battle.net/documentation/world-of-warcraft/guides/search
interface
ConnectedRealmSearchParameters
{
_page
?:
number
;
orderby
?:
string
|
string
[]
;
"realms.timezone"
?:
RealmTimezone
;
"status.type"
?:
"DOWN"
|
"UP"
;
}
Hierarchy (
View Summary
)
BaseSearchParameters
ConnectedRealmSearchParameters
Index
Properties
_
page?
orderby?
realms.timezone?
status.type?
Properties
Optional
_
page
_page
?:
number
Optional
orderby
orderby
?:
string
|
string
[]
Optional
realms.timezone
"realms.timezone"
?:
RealmTimezone
Optional
status.type
"status.type"
?:
"DOWN"
|
"UP"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
page
orderby
realms.timezone
status.type
Documentation
Loading...
Connected Realm Search API parameters.
See