Returns the reward grade identified by the id parameter.
| Request method | GET |
| Response object | RewardGrade |
| Access scope | user_get |
| Response format | JSON, XML |
https://api.induct.no/v1/12345/config/reward_grades/5
{
"id": 5,
"title": "Level5",
"threshold": 2000,
"rewardGradeBadge": {
"uri": "https://api.induct.no/v1/12345/config/reward_grades/5/badge"
},
"uri": "https://api.induct.no/v1/12345/config/reward_grades/5"
}
Induct API 1.0
Last API system update:
11/23/2020 8:43:56 AM