• 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/post

POST appraisals/post

Resource information

Request method POST
Response object Appraisal
Access scope appraisal_submit
Response format JSON, XML

Parameters

Example

https://api.induct.no/v1/appraisals

Post data


 {
    "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

↑ Back to top

© Induct Software AS