/interview_def_response
GET
/interview_def_response
interview_def_response
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://cool.jobmojito.com/rest/v1/interview_def_response?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",
"status": "draft",
"media_text": "string",
"rule_value": "string",
"rule_action": "play response video",
"visibility": "public",
"merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
"external_id": "string",
"rule_type": "transcript text exact",
"slug": "string",
"media_url": "string",
"interview_template_id": "a86c39f3-a3b3-4c7a-a9fb-13c70dd7f90a",
"interview_video_id": "fa3077d7-04e2-4f76-8a5e-93d0f57001a0",
"rule_value_string_ar": [
"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}}