Games
Get a Player's score data for a specific Game.
The game id to get scores for
^[a-zA-Z0-9_-]+$The player id to get scores for
^[a-zA-Z0-9_-]+$Whether to include game objects in the response
falseSuccessful response
Error response
Get all Games. Paginated by default. Supports filtering and sorting.
100Comma-separated Game IDs to filter by
Set to true to enable fuzzy ID filtering. If false, only returns exact matches.
falseComma-separated Game names to filter by
Set to true to enable fuzzy name filtering. If false, only returns exact matches.
falseComma-separated list of input tag IDs the resulting game must have
Comma-separated list of input tag IDs to exclude from the response. Use this to exclude games that have a specific input tag, even if they match the requiredTags filter.
include: Include all games, regardless of whether they have input tags or not.
exclude: Exclude games that have no input tags.
untagged-only: Only return games that have no input tags. Setting this option will ignore requiredTags and excludeTags, since tagged items shouldn't appear in the results.
includePossible values: Field to sort by
Sort order for the selected field
Set to true to include additional tags info in the response
falseComma-separated list of Game IDs to exclude from the response
Successful response
Error response
Create a new Game
ID value. Only alphanumeric, underscore, and hyphen are allowed.
^[a-zA-Z0-9_-]+$Successful response
Error response
Get Game Count
Comma-separated Game IDs to filter by
Set to true to enable fuzzy ID filtering. If false, only returns exact matches.
falseComma-separated Game names to filter by
Set to true to enable fuzzy name filtering. If false, only returns exact matches.
falseComma-separated list of input tag IDs the resulting game must have
Comma-separated list of input tag IDs to exclude from the response. Use this to exclude games that have a specific input tag, even if they match the requiredTags filter.
include: Include all games, regardless of whether they have input tags or not.
exclude: Exclude games that have no input tags.
untagged-only: Only return games that have no input tags. Setting this option will ignore requiredTags and excludeTags, since tagged items shouldn't appear in the results.
includePossible values: Comma-separated list of Game IDs to exclude from the response
Successful response
Error response
Get a game by its ID.
ID value. Only alphanumeric, underscore, and hyphen are allowed.
^[a-zA-Z0-9_-]+$falsefalseSuccessful response
Error response
Update a Game by its ID
ID value. Only alphanumeric, underscore, and hyphen are allowed.
^[a-zA-Z0-9_-]+$Successful response
Error response
Was this helpful?