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

GET users/(id)/reward_score/get

The points and badges that a user has earned.

Resource information

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

Parameters

id
required
The id of the user.

Example

https://api.induct.no/v1/12345/users/2/reward_score

JSON result:
    {
    "points": 1428,
    "rewardGrade": {
        "title": "Level3",
        "threshold": 1000,
        "rewardGradeBadge": {
            "uri": "https://api.induct.no/v1/12345/config/reward_grades/3/badge"
        },
        "id": 3,
        "uri": "https://api.induct.no/v1/12345/config/reward_grades/3"
    },
    "uri": "https://api.induct.no/v1/12345/users/2/reward_score"
}

Induct API 1.0

Last API system update:
11/23/2020 8:43:56 AM

↑ Back to top

© Induct Software AS