Returns a list of all reward grade levels defined for your organization.
| Request method | GET |
| Response object | RewardGrade |
| Access scope | user_get |
| Response format | JSON, XML |
https://api.induct.no/v1/12345/config/reward_grades
[
{
"id": 1,
"title": "Level1",
"threshold": 100,
"rewardGradeBadge": {
"uri": "https://api.induct.no/v1/12345/config/reward_grades/1/badge"
},
"uri": "https://api.induct.no/v1/12345/config/reward_grades/1"
},
{
"id": 2,
"title": "Level2",
"threshold": 500,
"rewardGradeBadge": {
"uri": "https://api.induct.no/v1/12345/config/reward_grades/2/badge"
},
"uri": "https://api.induct.no/v1/12345/config/reward_grades/2"
}
]
Induct API 1.0
Last API system update:
11/23/2020 8:43:56 AM