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:
| Name | Type | Required | Description |
| key | string | ✔ | This is the "Asset Server Key" that you provided in your app's Steam Economy Settings on the partner site. |
| appid | uint32 | ✔ | 32bit App ID of the application associated with the purchase. This will be your game's App ID. |
| steamid | uint64 | ✔ | 64bit Steam ID of the user who made the purchase. |
| contextid | uint64 | ✔ | The 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.