Skip to main content
Version: 5.7.0

SysReadQuest

Retrieves the meta-data for the specified quest.

ServiceOperation
gamificationSYS_READ_QUEST

Method Parameters

ParameterDescription
questIdThe id of the quest to read

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": {
"quest": {
"questId": "QUEST_CRUSH52",
"questType": "unorderedMinimal",
"questData": "0",
"title": "Crush 50 Eggs",
"description": "Crush 50 Eggs quest",
"category": "mission",
"extraData": {
"difficulty": 1
},
"rewards": {
"experiencePoints": 1000
},
"createdAt": 1574801519979,
"updatedAt": 1574801519979,
"version": 1,
"tasks": []
},
"tasks": {}
}
}