games.getGames


Description

Returns a list of games in which the current identity is a group member of its development team.


Code Examples

curl -X GET 'https://api.rivet.gg/cloud/games'

Request Parameters

watch_index

optional query parameter

A query parameter denoting the requests watch index.


Response Body

  • games
    array of objects

    A list of game summaries.

    • games.game_id
      string
    • games.name_id
      string

      A human readable short identifier used to references resources. Different than a uuid because this is intended to be human readable. Different than DisplayName because this should not include special characters and be short.

    • games.display_name
      string

      Represent a resource's readable display name.

    • games.logo_url
      string

      The URL of this game's logo image.

    • games.banner_url
      string

      The URL of this game's banner image.

    • games.url
      string
    • games.developer
      object

      A group handle.

      • games.developer.group_id
        string
      • games.developer.display_name
        string

        Represent a resource's readable display name.

      • games.developer.avatar_url
        string

        The URL of this group's avatar image

      • games.developer.external
        object

        External links for this group.

        • games.developer.external.profile
          string

          A link to this group's profile page.

      • games.developer.is_developer
        boolean

        Whether or not this group is a developer group.

    • games.total_player_count
      number

      Unsigned 32 bit integer.

  • groups
    array of objects

    A list of group summaries.

    • groups.group_id
      string
    • groups.display_name
      string

      Represent a resource's readable display name.

    • groups.avatar_url
      string

      The URL of this group's avatar image.

    • groups.external
      object

      External links for this group.

      • groups.external.profile
        string

        A link to this group's profile page.

    • groups.is_developer
      any value
    • groups.bio
      string

      Follows regex ^(?:[^\n\r]+\n?|\n){1,5}$

    • groups.is_current_identity_member
      boolean

      Whether or not the current identity is a member of this group.

    • groups.publicity
      string

      The current publicity value for the given group.

    • groups.member_count
      number
    • groups.owner_identity_id
      string
  • watch
    object

    Provided by watchable endpoints used in blocking loops.

    • watch.index
      string

      Index indicating the version of the data responded. Pass this to WatchQuery to block and wait for the next response.