Specify multiple of a parameter?

#1 - May 20, 2013, 2:32 p.m.
Blizzard Post

Let’s say I wanted to make a watcher for a select list of events.
Naturally, I’ll be querying /v1/events, possibly specifying a world_id.

I see how to limit the output to one event, but it’s not clear if you support having the results limited to a set of event_ids, rather than dumping all of them. Sending one query per event is not the right answer (slow and expensive). So in the meantime I’m just gonna dump all the events, and filter client side.

However, if it would take any pressure off your severs for me to be more specific in what I want, then let us know what the syntax is. Thanks!

#2 - May 20, 2013, 2:34 p.m.
Blizzard Post

We don’t currently allow you to specify a list of events, or any other parameters at the moment.

I don’t think that it will have an impact on our servers to request the entire list, but if it becomes a problem for you to be able to parse it on your side, please let me know.