Getting list of ids no longer working?

Getting list of ids no longer working?

in API Development

Posted by: Kantharr.2308

Kantharr.2308

Hey guys, today during lunch (6hrs ago) I was doing some testing with my application that requires getting the list of all items listed in the trading post with this link:

https://api.guildwars2.com/v2/commerce/listings?ids=

But for some reason now I am getting this response:

{"text":“missing ids value”}

Same goes for the recipes and items API. I did noticed though that it works fine if I switch “?ids=” with “.json”. Is there a reason why using “?ids=” no longer works?

Getting list of ids no longer working?

in API Development

Posted by: Lawton Campbell

Lawton Campbell

Web Programmer

Refer to this issue on github. To get the old behavior, just omit the ids parameter entirely.

Getting list of ids no longer working?

in API Development

Posted by: Kantharr.2308

Kantharr.2308

Oh cool, thanks a lot Lawton!