Allows partners to access the voting information of the content in their
Steam Workshop.
See the primary Steam Workshop interface
ISteamRemoteStorage for more.
For more info on how to use the Steamworks Web API please see the
Web API Overview.
ItemVoteSummary
POST https://partner.steam-api.com/ISteamPublishedItemVoting/ItemVoteSummary/v1/
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API publisher authentication key. |
steamid | uint64 | ✔ | Steam ID of user |
appid | uint32 | ✔ | appID of product |
count | uint32 | ✔ | Count of how many items we are querying |
publishedfileid[0] | uint64 | | The Published File ID who's vote details are required |
NOTE: This call requires a publisher API key to use this method. As such this API
MUST be called from a secure server, and can never be used directly by clients!
UserVoteSummary
POST https://partner.steam-api.com/ISteamPublishedItemVoting/UserVoteSummary/v1/
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API publisher authentication key. |
steamid | uint64 | ✔ | Steam ID of user |
count | uint32 | ✔ | Count of how many items we are querying |
publishedfileid[0] | uint64 | | A Specific Published Item |
NOTE: This call requires a publisher API key to use this method. As such this API
MUST be called from a secure server, and can never be used directly by clients!