games.getGames
Description
Returns a list of games in which the current identity is a group member of its development team.
Code Examples
Request Parameters
watch_index
optional query parameterA query parameter denoting the requests watch index.
Response Body
gamesarray of objectsA list of game summaries.
games.game_idstringgames.name_idstringA human readable short identifier used to references resources. Different than a
uuidbecause this is intended to be human readable. Different thanDisplayNamebecause this should not include special characters and be short.games.display_namestringRepresent a resource's readable display name.
games.logo_urlstringThe URL of this game's logo image.
games.banner_urlstringThe URL of this game's banner image.
games.urlstringgames.developerobjectA group handle.
games.developer.group_idstringgames.developer.display_namestringRepresent a resource's readable display name.
games.developer.avatar_urlstringThe URL of this group's avatar image
games.developer.externalobjectExternal links for this group.
games.developer.external.profilestringA link to this group's profile page.
games.developer.is_developerbooleanWhether or not this group is a developer group.
games.total_player_countnumberUnsigned 32 bit integer.
groupsarray of objectsA list of group summaries.
groups.group_idstringgroups.display_namestringRepresent a resource's readable display name.
groups.avatar_urlstringThe URL of this group's avatar image.
groups.externalobjectExternal links for this group.
groups.external.profilestringA link to this group's profile page.
groups.is_developerany valuegroups.biostringFollows regex ^(?:[^\n\r]+\n?|\n){1,5}$
groups.is_current_identity_memberbooleanWhether or not the current identity is a member of this group.
groups.publicitystringThe current publicity value for the given group.
groups.member_countnumbergroups.owner_identity_idstring
watchobjectProvided by watchable endpoints used in blocking loops.
watch.indexstringIndex indicating the version of the data responded. Pass this to
WatchQueryto block and wait for the next response.