• 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/(id)/get

GET config/reward_grades/(id)/get

Returns the reward grade identified by the id parameter.

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/5

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

↑ Back to top

© Induct Software AS