/interview_def_question
POST
/interview_def_question
interview_def_question
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://cool.jobmojito.com/rest/v1/interview_def_question?select' \
--header 'Prefer;' \
--header 'Apikey: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im1vbXNidm5sdHN5ZGV6bW9lc3F0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTA3MDE0OTksImV4cCI6MjAwNjI3NzQ5OX0.MejArO571bSF0cav3fp_YQEhsF92yn440Iks7Wu1af8' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "gen_random_uuid()",
"created_at": "now()",
"updated_at": "now()",
"deleted_at": "string",
"media_text": "string",
"coach_how_to_aswer": "string",
"coach_expected_duration": 0,
"option_additional": null,
"catalogue_industry_id": "12cf2ce3-a481-44db-8309-fa1c43a40ff2",
"status": "draft",
"option_interview_view": "with listening",
"slug": "string",
"interview_def_response_id": [
"string"
],
"merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
"visibility": "public",
"external_id": "string",
"category_id": "8de4c9fd-61a4-4c0b-bf88-0ed3a0fe3fa2",
"coach_expected_positive_keywords": "string",
"coach_expected_negative_keywords": "string",
"media_url": "string",
"coach_expected_positive_words": [
"string"
],
"coach_expected_negative_words": [
"string"
],
"interview_template_id": "a86c39f3-a3b3-4c7a-a9fb-13c70dd7f90a",
"interview_video_id": "fa3077d7-04e2-4f76-8a5e-93d0f57001a0",
"mojito_language_code": "string",
"media_text_alternative": [
"string"
],
"conditional_question_main": "5e0ed90a-e3f3-46f2-951f-8f73e6ce88e5"
}'
Response Response Example
{}
Request
Query Params
select
stringÂ
optional
Header Params
Prefer
enum<string>Â
optional
Allowed values:
return=representationreturn=minimalreturn=noneresolution=ignore-duplicatesresolution=merge-duplicates
Apikey
stringÂ
optional
Example:
{{Apikey}}
Body Params application/json