Return the Hall of Fame of the appraisal receivers.
| Request method | GET |
| Response object | Appraisal |
| Access scope | appraisal_get |
| Response format | JSON, XML |
|
Interval |
Older date used to compute the hall of fame |
https://api.induct.no/v1/appraisals/halloffame/receiver/365
[
{
"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