Game Objects
Get ranked Game Object results for a player
ID value. Only alphanumeric, underscore, and hyphen are allowed.
^[a-zA-Z0-9_-]+$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
Specify the output tag of the game objects to get ranked results for
Successful response
Error response
Get all Game Objects. Paginated by default. Supports filtering and sorting.
100Comma-separated Game Object IDs to filter by
Set to true to enable fuzzy ID filtering. If false, only returns exact matches.
falseComma-separated Game Object names to filter by
Set to true to enable fuzzy name filtering. If false, only returns exact matches.
falseComma-separated list of tag IDs the resulting game objects must have
Comma-separated list of tag IDs to exclude from the response. Use this to exclude game objects that have a specific tag, even if they match the requiredTags filter.
include: Include all game objects, regardless of whether they have tags or not.
exclude: Exclude game objects that have no tags.
untagged-only: Only return game objects that have no 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 Object IDs to exclude from the response
Successful response
Error response
Create a new Game Object
ID value. Only alphanumeric, underscore, and hyphen are allowed.
^[a-zA-Z0-9_-]+$Successful response
Error response
Delete one or more game objects by their IDs
Successful response
Error response
Get the total Game Object count. Supports filtering.
Comma-separated Game Object IDs to filter by
Set to true to enable fuzzy ID filtering. If false, only returns exact matches.
falseComma-separated Game Object names to filter by
Set to true to disable fuzzy name filtering. If false, only returns exact matches.
falseComma-separated list of tag IDs the resulting game objects must have
Comma-separated list of tag IDs to exclude from the response. Use this to exclude game objects that have a specific tag, even if they match the requiredTags filter.
include: Include all game objects, regardless of whether they have tags or not.
exclude: Exclude game objects that have no tags.
untagged-only: Only return game objects that have no 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 Object IDs to exclude from the response
Successful response
Error response
Get a Game Object by its ID.
ID value. Only alphanumeric, underscore, and hyphen are allowed.
^[a-zA-Z0-9_-]+$Successful response
Error response
Update a Game Object by its ID
ID value. Only alphanumeric, underscore, and hyphen are allowed.
^[a-zA-Z0-9_-]+$Successful response
Error response
Was this helpful?