{
"surveyId": "string",
"title": "string",
"defaultLang": "en",
"langs": [
"en"
],
"origin": "CATALOG",
"background": "string",
"textColor": "string",
"boxColor": "string",
"backgroundImage": "http://example.com",
"backgroundSize": "cover",
"backgroundPosition": "center",
"fontFamily": "string",
"contentJustify": "start",
"parentId": "string",
"parentType": "learningPath",
"definition": {
"property1": "string",
"property2": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"tags": [
{
"tagId": "string",
"priority": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"progress": {
"status": "NOT_STARTED",
"outcome": "SUCCESS",
"attempt": 1,
"answers": {
"property1": "string",
"property2": "string"
},
"currentPageNo": 0,
"startedAt": "string",
"completedAt": "string"
},
"computedStyle": {
"background": "string",
"textColor": "string",
"boxColor": "string",
"backgroundImage": "http://example.com",
"backgroundSize": "cover",
"backgroundPosition": "center",
"fontFamily": "string",
"contentJustify": "start"
},
"rewardsPreview": [
{
"rewardRuleId": "string",
"rewardRuleName": "string",
"rewardType": "VIRTUAL_CURRENCY",
"virtualCurrencyId": "string",
"amount": 1
}
]
}