Steamworks Documentation
ISteamPublishedItemVoting Interface
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/
NameTypeRequiredDescription
keystringSteamworks Web API publisher authentication key.
steamiduint64Steam ID of user
appiduint32appID of product
countuint32Count of how many items we are querying
publishedfileid[0]uint64The 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/
NameTypeRequiredDescription
keystringSteamworks Web API publisher authentication key.
steamiduint64Steam ID of user
countuint32Count of how many items we are querying
publishedfileid[0]uint64A 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!