Skip to content

Instantly share code, notes, and snippets.

@matisnape
Created March 15, 2019 13:44
Show Gist options
  • Save matisnape/78b38e4998f822b350b73dc6a5152ae8 to your computer and use it in GitHub Desktop.
Save matisnape/78b38e4998f822b350b73dc6a5152ae8 to your computer and use it in GitHub Desktop.
create evaluation
curl -X POST \
https://api.recruitee.com/c/1111/interview/candidates/592074/results \
-H 'Accept: application/json, text/plain, */*' \
-H 'Authorization: Bearer token' \
-d '{
"interview_result": {
"kind": "template_form",
"rating": "yes",
"rating_note": "<p>testtest</p>",
"interview_template_name": "Developer template",
"interview_result_answers": [
{
"question_title": null,
"question_kind": "info",
"question_hint": "Below are development-related questions.",
"question_required": false,
"content": ""
},
{
"question_title": "Give your steps to problem-solving.",
"question_kind": "text",
"question_hint": "Get to know the candidate'\''s work style and routine.",
"question_required": true,
"content": "test"
},
{
"question_title": "What'\''s the hardest challenge you have had to overcome?",
"question_kind": "text",
"question_hint": "Make sure the candidate gives enough information: S (situation), T (task), A (action), R (result).",
"question_required": true,
"content": "test"
},
{
"question_title": "How do you resolve issues in a team?",
"question_kind": "text",
"question_hint": "Get to know how the candidate handles conflicts with team members.",
"question_required": true,
"content": "test"
},
{
"question_title": "What'\''s an example of a time you helped a non-technical person with a technical problem? How did you explain it to them?",
"question_kind": "text",
"question_hint": "Get to know the candidate'\''s ability to communicate and empathize.",
"question_required": true,
"content": "test"
},
{
"question_title": "What strategies do you use to make sure a project is on time and on budget?",
"question_kind": "text",
"question_hint": "Get to know how the candidate balances between deadlines and resources.",
"question_required": true,
"content": "test"
},
{
"question_title": null,
"question_kind": "info",
"question_hint": "Below are employment-related questions.",
"question_required": false,
"content": ""
},
{
"question_title": "What do you find most rewarding about being a developer?",
"question_kind": "text",
"question_hint": "Get to know the candidate'\''s aspiration and motivation.",
"question_required": true,
"content": "test"
},
{
"question_title": "What do you least like about being a developer?",
"question_kind": "text",
"question_hint": "Get to know the candidate'\''s potential setback.",
"question_required": true,
"content": "test"
},
{
"question_title": "What interests you most about this development position?",
"question_kind": "text",
"question_hint": "Get to know if the candidate did their homework and if they want the Job for the right reason.",
"question_required": true,
"content": "test"
},
{
"question_title": "Why did/do you want to leave your previous/current position?",
"question_kind": "text",
"question_hint": "Get to know the candidate'\''s story for reference check later.",
"question_required": true,
"content": "test"
},
{
"question_title": "What are your long-term career goals?",
"question_kind": "text",
"question_hint": "Get to know if the candidate views the Job as part of their career path or just a steppingstone.",
"question_required": true,
"content": "test"
},
{
"question_title": "Do you have any questions for me?",
"question_kind": "text",
"question_hint": null,
"question_required": true,
"content": "test"
},
{
"question_title": "Scorecards",
"question_kind": "scorecard",
"question_hint": "Quick evaluations of the candidate'\''s skills and values that align with the Job.",
"question_required": true,
"options": [
{
"hint": "Could the candidate talk and write fluently in the required language(s)?",
"title": "Communication in the required language(s)"
},
{
"hint": "Could the candidate put a positive spin on hardships?",
"title": "Positive attitude"
},
{
"hint": "Could the candidate work well with colleagues with different backgrounds and points of view?",
"title": "Teamwork"
},
{
"hint": "Could the candidate prioritize their tasks to reach their goals?",
"title": "Result-driven"
},
{
"hint": "Could the candidate adapt to new situations?",
"title": "Flexibility"
},
{
"hint": "Could the candidate be independent and help others?",
"title": "Resourcefulness"
},
{
"hint": "Could the candidate go the extra mile?",
"title": "Work ethic"
},
{
"hint": "Could the candidate come up with new ideas?",
"title": "Creativity"
},
{
"hint": "Could the candidate manage their workload?",
"title": "Organization"
},
{
"hint": "Could the candidate learn new concepts?",
"title": "Cognitive ability"
}
],
"contents": [
"strong_yes",
"strong_yes",
"strong_yes",
"strong_yes",
"strong_yes",
"strong_yes",
"strong_yes",
"neutral",
"yes",
"neutral"
]
},
{
"question_title": "Upload any additional files you have or get from the candidate for this evaluation.",
"question_kind": "file",
"question_hint": null,
"question_required": false,
"attachment_ids": []
}
],
"rating_required": true,
"offer_id": 174411,
"stage_id": 346915
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment