REST Resource: achievements
Stay organized with collections
Save and categorize content based on your preferences.
Resource
There is no persistent data associated with this resource.
Methods |
|
Increments the steps of the achievement with the given ID for the currently authenticated player. |
|
Lists the progress for all your application's achievements for the currently authenticated player. |
|
Sets the state of the achievement with the given ID to REVEALED for the currently authenticated player. |
|
Sets the steps for the currently authenticated player towards unlocking an achievement. |
|
Unlocks this achievement for the currently authenticated player. |
|
Updates multiple achievements for the currently authenticated player. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-28 UTC."],[],[],null,["# REST Resource: achievements\n\n- [Resource](#RESOURCE_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|\n| ### [increment](/games/services/web/api/rest/v1/achievements/increment) | Increments the steps of the achievement with the given ID for the currently authenticated player. |\n| ### [list](/games/services/web/api/rest/v1/achievements/list) | Lists the progress for all your application's achievements for the currently authenticated player. |\n| ### [reveal](/games/services/web/api/rest/v1/achievements/reveal) | Sets the state of the achievement with the given ID to `REVEALED` for the currently authenticated player. |\n| ### [setStepsAtLeast](/games/services/web/api/rest/v1/achievements/setStepsAtLeast) | Sets the steps for the currently authenticated player towards unlocking an achievement. |\n| ### [unlock](/games/services/web/api/rest/v1/achievements/unlock) | Unlocks this achievement for the currently authenticated player. |\n| ### [updateMultiple](/games/services/web/api/rest/v1/achievements/updateMultiple) | Updates multiple achievements for the currently authenticated player. |"]]