/interview_def_set
GET
/interview_def_set
interview_def_set
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://cool.jobmojito.com/rest/v1/interview_def_set?select=id&order=id&offset=0&limit=5' \
--header 'Range;' \
--header 'Range-Unit;' \
--header 'Prefer;' \
--header 'Apikey: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im1vbXNidm5sdHN5ZGV6bW9lc3F0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTA3MDE0OTksImV4cCI6MjAwNjI3NzQ5OX0.MejArO571bSF0cav3fp_YQEhsF92yn440Iks7Wu1af8'
Response Response Example
200 - Example 1
[
{
"id": "gen_random_uuid()",
"created_at": "now()",
"updated_at": "now()",
"deleted_at": "string",
"name": "string",
"description": "string",
"code": "string",
"cover_image": "string",
"calc_duration": 0,
"calc_definition_json": null,
"tags": [
"string"
],
"merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
"interview_def_question_id": [
"string"
],
"interview_def_response_id": [
"string"
],
"stage": "Interest",
"timer": "Auto stop standard",
"job_level": "Intership",
"coach_options": null,
"visibility": "merchant_public",
"special_case": "Demo technical",
"calc_interview_text": "string",
"type_credit": "resume_check",
"cover_image_url": "string",
"cover_image_local_path": "string",
"emoji": "string",
"speech_language_name": "English (United States)",
"speech_language_code": "en-US",
"interview_template_id": "a86c39f3-a3b3-4c7a-a9fb-13c70dd7f90a",
"type": "coaching",
"candidate_expectations": "string",
"status": "draft",
"interview_salary": "string",
"interview_location": "string",
"interview_available_till": "string",
"interview_description_long": "string",
"mojito_language_code": "en",
"processing_error": "string",
"coach_plan": "demo",
"knowledge_base_store_id": "2ca87032-97d9-4aad-93cf-8f1b336e440c",
"type_avatar": "offline_elai",
"recording": "audio_first_5_answers",
"persona_avatar_who_is": "string",
"persona_avatar_knowledge": "string",
"persona_avatar_end_conditions": "string",
"persona_role_avatar": "string",
"persona_role_user": "string",
"environment": "production",
"result_view": "full",
"result_scoring": null,
"collect_resume_cover_letter": "optional",
"mojito_language_sub": null,
"billing_single_position": false,
"billing_single_position_end_at": "string",
"pdf_export_auto_config": null,
"result_scoring_simulation": null,
"candidate_expectations_simulation": "string",
"slug": "string"
}
]
Request
Query Params
select
stringÂ
optional
Example:
id
order
stringÂ
optional
Example:
id
offset
stringÂ
optional
Example:
0
limit
stringÂ
optional
Example:
5
Header Params
Range
stringÂ
optional
Range-Unit
stringÂ
optional
Default:
items
Prefer
enum<string>Â
optional
Allowed value:
count=none
Apikey
stringÂ
optional
Example:
{{Apikey}}