| Request method | POST |
| Response object | Appraisal |
| Access scope | appraisal_submit |
| Response format | JSON, XML |
https://api.induct.no/v1/appraisals
{
"receiverId": {
"id": 2915
},
"competenceId": 0,
"messageBody": "Very good job!!!",
"isPrivate": false,
"isReminded": false,
"adminScore": 0,
"allowComment": false,
"competenceTags": [
{
"tagId": 1421
},
{
"tagId": 1422
}
]
}
JSON result:
{
"id": 202228,
"senderId": {
"id": 2625,
"firstName": "John",
"lastName": "Johansen",
"firstNameLastName": "John Johansen",
"email": "John@induct.es",
"inductId": "John@induct.es",
"profileImage": {
"id": 133587
}
},
"receiverId": {
"id": 2915
},
"competenceId": 0,
"createdAt": "2017-02-08T15:36:18.184781+01:00",
"messageBody": "Very good job!!!",
"isPrivate": false,
"isReminded": false,
"adminScore": 0,
"allowComment": false,
"company": {
"id": 181
},
"competenceTags": [
{
"id": 1847,
"isDeleted": false,
"tagId": 1421,
"appraisalId": 0
},
{
"id": 1848,
"isDeleted": false,
"tagId": 1422,
"appraisalId": 0
}
],
"comments": [],
"totalCommentCount": 0,
"totalLikesCount": 0
}
Induct API 1.0
Last API system update:
11/23/2020 8:43:56 AM