Return all the company appraisals.
| Request method | GET |
| Response object | Appraisal |
| Access scope | appraisal_get |
| Response format | JSON, XML |
https://api.induct.no/v1/appraisals
[
{
"id": 202197,
"senderId": {
"id": 2008,
"firstName": "Hailee",
"lastName": "Howe",
"firstNameLastName": "Hailee Howe",
"inductId": "tad77@robel.us",
"profileImage": {
"id": 133587
}
},
"receiverId": {
"id": 2624
},
"competenceId": 1,
"createdAt": "2016-06-30T07:34:53Z",
"messageBody": "You've done a very good job in this area. Congratulations!!",
"isPrivate": false,
"isReminded": false,
"adminScore": 0,
"allowComment": false,
"company": {
"id": 181
},
"comments": [
{
"id": 68281,
"createdAt": "2017-01-18T15:33:50Z",
"text": "Commented appraisal",
"createdBy": {
"id": 2625
},
"subComments": [
{
"id": 68282,
"createdAt": "2017-01-18T15:34:19Z",
"text": "And sub commented",
"createdBy": {
"id": 2625
},
"subComments": []
}
]
}
],
"totalCommentCount": 2,
"totalLikesCount": 1
}
]
Induct API 1.0
Last API system update:
11/23/2020 8:43:56 AM