• 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/Comment/(AppraisalId)/(Id)/post

POST appraisals/Comment/(AppraisalId)/(Id)/post

Comment an appraisal comment.

Resource information

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

Parameters

Example

https://api.induct.no/v1/appraisals/comment/2343/345345

Post data


{
	"Text" : "Appraisal comment text"
}

JSON result:

{
  "id": 68268,
  "createdAt": "2017-05-04T07:32:03.3638823Z",
  "text": "Single subcomment comment 12",
  "createdBy": {
    "id": 2625
  },
  "subComments": []
}

Induct API 1.0

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

↑ Back to top

© Induct Software AS