ResetAllQuestsAndMilestones
Sets all quests and milestones for the current user.
Service | Operation |
---|---|
gamification | RESET_ALL_QUESTS_AND_MILESTONES |
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
var gamificationProxy = bridge.getGamificationServiceProxy();
var postResult = gamificationProxy.resetAllQuestsAndMilestones();
if (postResult.status == 200) {
// Success!
}
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status":200,
"data":null
}