Difference between revisions of "WebAPI/UpToDateCheck"

From Team Fortress Wiki
Jump to: navigation, search
m
(Nothing more to be said, at least until I'm finished with swissapiknife)
Line 1: Line 1:
{{stub}}
 
 
== URL ==
 
== URL ==
 
<nowiki>GET http://api.steampowered.com/ISteamApps/UpToDateCheck/v1</nowiki>
 
<nowiki>GET http://api.steampowered.com/ISteamApps/UpToDateCheck/v1</nowiki>

Revision as of 04:11, 26 August 2012

URL

GET http://api.steampowered.com/ISteamApps/UpToDateCheck/v1

Method-specific parameters

appid (uint32)
AppID of game
version (uint32)
The installed version of the game

Result data

response
success
Boolean indicating if request was successful.
up_to_date
Boolean indicating if the given version number is the most current version.
version_is_listable
Boolean indicating if the given version can be listed in public changelogs. [1]
required_version (Optional)
Integer of the most current version of the app available.
message (Optional)
A string giving the status message if applicable.

Notes

  1. Possibly, research on the meaning of this field is still pending