gw2v2ItemsByIds
fun gw2v2ItemsByIds(ids: List<Int>, configure: RequestConfigurer? = null): RequestTemplate<List<GW2v2Item>>
fun gw2v2ItemsByIds(ids: List<GW2ItemId>, configure: RequestConfigurer? = null): RequestTemplate<List<GW2v2Item>>
Returns information about items in the game.
Authenticated: No
Paginated: Yes
Bulk expanded: Yes
Localized: Yes
Cache time: 1h
Content copied to clipboard
Read more: https://wiki.guildwars2.com/wiki/API:2/items
Return
the request that can be executed to query the API
Parameters
ids
the IDs of the requested objects
configure
configure action for the request