Allow querying for multiple event_id's

#1 - Oct. 19, 2013, 2:30 p.m.
Blizzard Post

This is for the events.json service. I would like to be able to call it once like this

https://api.guildwars2.com/v1/events.json?event_id=1&event_id=2&event_id=3

instead of

https://api.guildwars2.com/v1/events.json?event_id=1
https://api.guildwars2.com/v1/events.json?event_id=2
https://api.guildwars2.com/v1/events.json?event_id=3

Alternatively (and perhaps even better) I would like to just filter on events that grant daily chests.

https://api.guildwars2.com/v1/events.json?daily_chest=true

#4 - Oct. 28, 2013, 6:18 p.m.
Blizzard Post

We are looking into some options for bulk access and filtering. Another option is to optionally allow specifying ids in a POST body. Though, we probably will have some sort of max id count limit so the URL constraints may not matter.