• 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>
  • appraisals/halloffame/giver/(interval)/get

GET appraisals/halloffame/giver/(interval)/get

Return the Hall of Fame of the appraisal givers.

Resource information

Request method GET
Response object Appraisal
Access scope appraisal_get
Response format JSON, XML

Parameters

Interval
Older date used to compute the hall of fame

Example

https://api.induct.no/v1/appraisals/halloffame/giver/365

JSON result:

[
  {
    "id": 0,
    "rankScore": 8,
    "rankPosition": 1,
    "user": {
      "id": 889005,
      "firstName": "appraisals3",
      "lastName": "last",
      "firstNameLastName": "appraisals3 last",
      "email": "appraisals3@test.com",
      "inductId": "appraisals3@test.com"
    },
    "userStatistics": ""
  },
  {
    "id": 0,
    "rankScore": 6,
    "rankPosition": 2,
    "user": {
      "id": 889005,
      "firstName": "appraisals4",
      "lastName": "last",
      "firstNameLastName": "appraisals4 last",
      "email": "appraisals4@test.com",
      "inductId": "appraisals4@test.com"
    },
    "userStatistics": ""
  },
  {
    "id": 0,
    "rankScore": 4,
    "rankPosition": 3,
    "user": {
      "id": 889005,
      "firstName": "appraisals5",
      "lastName": "last",
      "firstNameLastName": "appraisals5 last",
      "email": "appraisals5@test.com",
      "inductId": "appraisals5@test.com"
    },
    "userStatistics": ""
  }
]

Induct API 1.0

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

↑ Back to top

© Induct Software AS