WebAPI/UpToDateCheck/ro

From Team Fortress Wiki
Jump to: navigation, search

Main article about WebAPI.

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 (Opțional)
Integer of the most current version of the app available.
message (Opțional)
A string giving the status message if applicable.

Notes

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