• Home
  • Resources
  • Objects
  • Guide
    • What is an API
    • Creating an app
    • Using the API
    • Troubleshooting
    • Login
    • IQL query language
    • API Playground
    • Get started
    • Error messages
    • Access scopes
    • Introduction to general concepts
  • Home>
  • Resources>
  • config/reward_grades/get

GET config/reward_grades/get

Returns a list of all reward grade levels defined for your organization.

Resource information

Request method GET
Response object RewardGrade
Access scope user_get
Response format JSON, XML

Example

https://api.induct.no/v1/12345/config/reward_grades

JSON result:
[
    {
        "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

↑ Back to top

© Induct Software AS