get https://recruiter.classet.org/v1/scripts
Endpoint to retrieve all scripts available for the company.
Log in to see full request history
Responses
Endpoint to retrieve all scripts available for the company.
xxxxxxxxxx
curl --request GET \
--url https://recruiter.classet.org/v1/scripts \
--header 'accept: application/json'
xxxxxxxxxx
21[
{
"id": 1,
"name": "Default Script",
"description": "This is the default interview script used for calls.",
"default": true,
"tasks": [
{
"id": 0,
"name": "Learn the Basics about the Candidate",
"regular_description": "This begins when your recruiter asks basic background questions, starting with \"Why are you looking for a new position?\" and ending with \"What is your ideal wage range?\"",
"questions": [
"Are you older than 18?",
"Do you have a driver's license?"
],
"order": 1,
"removed": false
}
]
}
]