Retrieve scores via API
Getting game results
Get a Player's score data for a specific Game.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
game_idstringRequiredPattern:
The game id to get scores for
^[a-zA-Z0-9_-]+$player_idstringRequiredPattern:
The player id to get scores for
^[a-zA-Z0-9_-]+$include_game_objectsbooleanOptionalDefault:
Whether to include game objects in the response
falseResponses
200
Successful response
application/json
default
Error response
application/json
get
/games/getPlayerScoresGet ranked Game Object results for a player
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
playerIdstringRequiredPattern:
ID value. Only alphanumeric, underscore, and hyphen are allowed.
^[a-zA-Z0-9_-]+$inputTagsstringRequired
Specify comma-separated input tags that will be used to score the game objects associated with the output tag.
If the output tag is included in the input tags, the player's score for those game object will be used as base scores
outputTagstringRequired
Specify the output tag of the game objects to get ranked results for
Responses
200
Successful response
application/json
default
Error response
application/json
get
/game-objects/rankedLast updated