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 parameter
A query parameter denoting the requests watch index.
Response Body
games
array of objectsA list of game summaries.
games.game_id
stringgames.name_id
stringA human readable short identifier used to references resources. Different than a
uuid
because this is intended to be human readable. Different thanDisplayName
because this should not include special characters and be short.games.display_name
stringRepresent a resource's readable display name.
games.logo_url
stringThe URL of this game's logo image.
games.banner_url
stringThe URL of this game's banner image.
games.url
stringgames.developer
objectA group handle.
games.developer.group_id
stringgames.developer.display_name
stringRepresent a resource's readable display name.
games.developer.avatar_url
stringThe URL of this group's avatar image
games.developer.external
objectExternal links for this group.
games.developer.external.profile
stringA link to this group's profile page.
games.developer.is_developer
booleanWhether or not this group is a developer group.
games.total_player_count
numberUnsigned 32 bit integer.
groups
array of objectsA list of group summaries.
groups.group_id
stringgroups.display_name
stringRepresent a resource's readable display name.
groups.avatar_url
stringThe URL of this group's avatar image.
groups.external
objectExternal links for this group.
groups.external.profile
stringA link to this group's profile page.
groups.is_developer
any valuegroups.bio
stringFollows regex ^(?:[^\n\r]+\n?|\n){1,5}$
groups.is_current_identity_member
booleanWhether or not the current identity is a member of this group.
groups.publicity
stringThe current publicity value for the given group.
groups.member_count
numbergroups.owner_identity_id
string
watch
objectProvided by watchable endpoints used in blocking loops.
watch.index
stringIndex indicating the version of the data responded. Pass this to
WatchQuery
to block and wait for the next response.