Quantum
Quantum

Reputation: 378

Steam Web API GetCollectionDetails not working

I'm attempting to output a list of addons from a steam workshop collection. Every time I do so, it does not work. Here is the api link I am using.

Link: https://api.steampowered.com/ISteamRemoteStorage/GetCollectionDetails/v0001/?publishedfileids=532551393&format=json

Keep in mind, I'm using this application on the google chrome store called "Postman" to post the api, but always resulting in this error message.


Bad Request

Please verify that all required parameters are being sent

Upvotes: 1

Views: 2109

Answers (1)

ncla
ncla

Reputation: 811

You are missing collectioncount POST parameter.

Refer to this site to test your API requests to Steam, helps a lot. https://lab.xpaw.me/steam_api_documentation.html

Submitting request through POSTMAN

Upvotes: 1

Related Questions