Page 1 of 1

How to use Games/* endpoint? [Solved]

Posted: Sat Jul 28, 2018 6:36 am
by malte
Hi,

Can anyone give me a working example of the /Games/* request? I tried every syntax that I could imagine and the API returns 0 results on every request. I tried with game id 12615 as this game is referenced in the API docs. So I expect this game should be available. I also tried different ids with the same result.

Edit: Ok, I think I just solved it myself. I tried the ByGameID endpoint and it did not return all fields. So I thought I had to use a * endpoint to get the complete game data. When I use the ByGameID endpoint with the fields=overview parameter it works as expected.

Sorry for the noise.

Regards
Malte

Re: How to use Games/* endpoint? [Solved]

Posted: Sat Jul 28, 2018 12:07 pm
by Zer0xFF
Hey,

"/Games/*" is not an endpoint, * is just a wild card to tell you all the endpoint that fall under "/Games/" share the same arguments.