Skip to main content
POST
/
api
/
v2
/
performance-evaluations
Create a performance evaluation
curl --request POST \
  --url https://app.tarefy.com/nodeapi/api/v2/performance-evaluations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "startDate": "2023-12-25",
  "endDate": "2023-12-25",
  "scaleLevels": 4,
  "scaleLabel": "<string>",
  "showCommentsPerCompetence": true,
  "requireCommentsPerCompetence": true,
  "requireGeneralComments": true,
  "evaluationType": "direct",
  "selfEvaluation": true,
  "admissionDate": "2023-12-25",
  "employmentTypes": [
    "<string>"
  ],
  "considerSelfEvaluationInAverage": true,
  "participants": [
    {}
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://developers.tarefy.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
description
string
startDate
string<date>
endDate
string<date>
scaleLevels
enum<integer>
Available options:
4,
5
scaleLabel
string
showCommentsPerCompetence
boolean
requireCommentsPerCompetence
boolean
requireGeneralComments
boolean
evaluationType
enum<string>
Available options:
direct,
joint,
360,
custom
selfEvaluation
boolean
admissionDate
string<date>
employmentTypes
string[]
considerSelfEvaluationInAverage
boolean
participants
object[]

Response

200 - application/json

AvaliaΓ§Γ£o criada com sucesso

The response is of type object.