How to use Games/* endpoint? [Solved]

Need help with your application? Ask here.
Post Reply
malte
Posts: 4
Joined: Tue Jun 05, 2018 10:51 am

How to use Games/* endpoint? [Solved]

Post 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

User avatar
Zer0xFF
Posts: 330
Joined: Fri Apr 20, 2018 9:18 am

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

Post 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.
Regards
Zer0xFF

Post Reply