Skip to main content

ListGameCustomAvatars

Lists custom avatars for the given game.

Path Parameters
  • game_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

Responses

ListGameCustomAvatars 200 response

Schema
  • custom_avatars object[] required

    A list of custom avatar summaries.

    • upload_id string required

      Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

      A universally unique identifier.

    • display_name string required

      Possible values: 1 ≤ length ≤ 24, Value must match regular expression ^(?:[^ \n\r] ?)+[^ \n\r]$

      Represent a resource's readable display name.

    • create_ts date-time required

      RFC3339 timestamp.

    • url string

      The URL of this custom avatar image. Only present if upload is complete.

    • content_length int64 required

      Unsigned 64 bit integer.

    • complete boolean required

      Whether or not this custom avatar has completely been uploaded.