Screening Questions
The
ScreeningQuestion
object is used to represent questions asked to screen candidates for a job.Properties
id
UUIDRequired
remote_id
StringOptional
The third-party API ID of the matching object.
job
UUIDOptional
The job associated with the screening question.
description
StringOptional
The description of the screening question
title
StringOptional
The title of the screening question
type
EnumOptional
The data type for the screening question. Possible values include:
DATE
, FILE
, SINGLE_SELECT
, MULTI_SELECT
, SINGLE_LINE_TEXT
, MULTI_LINE_TEXT
, NUMERIC
, BOOLEAN
. In cases where there is no clear mapping, the original value passed through will be returned.required
BooleanOptional
Whether or not the screening question is required.
options
ScreeningQuestionOption[]Required
The ScreeningQuestionOption object
The
ScreeningQuestionOption
object is used to represent options for a ScreeningQuestion
objectProperties
remote_id
StringOptional
The third-party API ID of the matching object.
label
StringOptional
Available response options
id
UUIDRequired
created_at
DateTime (ISO 8601)Required
modified_at
DateTime (ISO 8601)Required
This is the datetime that this object was last updated by Merge
created_at
DateTime (ISO 8601)Required
modified_at
DateTime (ISO 8601)Required
This is the datetime that this object was last updated by Merge
GET
/jobs/{job_id}/screening-questions
https://api.merge.dev/api/ats/v1/jobs/{job_id}/screening-questions
US
EU
Returns a list of ScreeningQuestion
objects.
Query & Path Parameters
cursor
StringOptional
The pagination cursor value.
expand
StringOptional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
include_deleted_data
BooleanOptional
Whether to include data that was marked as deleted by third party webhooks.
include_remote_data
BooleanOptional
Whether to include the original data Merge fetched from the third-party to produce these models.
job_id
UUIDRequired
page_size
IntegerOptional
Number of results to return per page.
Field support by integration
See all supported fields
Breezy
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API.
Supported Response Fields
options
ScreeningQuestionOption[]label
stringdescription
Stringjob
UUIDremote_id
Stringrequired
Booleantitle
Stringtype
Enum
Greenhouse
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API.
Supported Response Fields
options
ScreeningQuestionOption[]label
stringdescription
Stringjob
UUIDrequired
Booleantitle
Stringtype
Enum
JazzHR
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API.
Supported Response Fields
options
ScreeningQuestionOption[]label
stringjob
UUIDrequired
Booleantitle
Stringtype
Enum
Lever
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API.
Supported Response Fields
options
ScreeningQuestionOption[]remote_id
stringlabel
stringdescription
Stringjob
UUIDremote_id
Stringrequired
Booleantitle
Stringtype
Enum
Recruitee
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API.
Supported Response Fields
options
ScreeningQuestionOption[]remote_id
stringlabel
stringjob
UUIDremote_id
Stringrequired
Booleantitle
Stringtype
Enum
Teamtailor
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API.
Supported Response Fields
options
ScreeningQuestionOption[]remote_id
stringlabel
stringdescription
Stringjob
UUIDremote_id
Stringtitle
Stringtype
Enum
Workable
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API.
Supported Response Fields
options
ScreeningQuestionOption[]remote_id
stringlabel
stringjob
UUIDremote_id
Stringrequired
Booleantitle
Stringtype
Enum