games.avatars.listGameCustomAvatars
Description
Lists custom avatars for the given game.
Code Examples
Request Parameters
game_id
required path parameter
Response Body
custom_avatars
array of objectsA list of custom avatar summaries.
custom_avatars.upload_id
stringcustom_avatars.display_name
stringRepresent a resource's readable display name.
custom_avatars.create_ts
stringRFC3339 timestamp
custom_avatars.url
stringThe URL of this custom avatar image. Only present if upload is complete.
custom_avatars.content_length
numberUnsigned 64 bit integer.
custom_avatars.complete
booleanWhether or not this custom avatar has completely been uploaded.