Steamworks Documentation
GetExportedAssets/v0001
This returns a list of assets for another game in the Steam Economy that the game is willing to allow other games to use.

Called by: Other Asset Server

HTTP Method: GET

Parameters:

NameTypeRequiredDescription
keystringThis is the "Asset Server Key" that you provided in your app's Steam Economy Settings on the partner site.
appiduint3232bit App ID of the application associated with the purchase. This will be your game's App ID.
steamiduint6464bit Steam ID of the user who made the purchase.
contextiduint64The 64-bit ID of the context to retrieve assets for. It is up to the two games involved to negotiate which context IDs support exported assets.

Returns

The output from this method should be encoded in the JSON format.

Response:
  • result
    • success - True if the method was successful. If the asset server is returning false, it should set error to a string that explains why.
    • error - A string describing why this call failed. This message will be recorded in the error log, which is available under the Economy tab in the App Admin panel on the Steamworks website.
    • assets - An array of assets available for export from this game. It is up to the two games involved to negotiate the contents of each entry in the assets array.