For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
          • The ScreeningQuestion object
          • GET/jobs/{job_id}/screening-questions
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsScreening questions

The ScreeningQuestion object

Beta
The ScreeningQuestion Object
1{
2 "id": "string",
3 "remote_id": "string",
4 "created_at": "2023-01-01T00:00:00Z",
5 "modified_at": "2023-01-01T00:00:00Z",
6 "job": "string",
7 "description": "string",
8 "title": "string",
9 "type": "DATE",
10 "required": true,
11 "options": [
12 {
13 "id": "string",
14 "remote_id": "string",
15 "created_at": "2023-01-01T00:00:00Z",
16 "modified_at": "2023-01-01T00:00:00Z",
17 "label": "string",
18 "remote_was_deleted": true
19 }
20 ],
21 "remote_was_deleted": true
22}
Was this page helpful?
Previous

/scorecards/{id}

Next

/jobs/{job_id}/screening-questions

Built with

The ScreeningQuestion object is used to represent questions asked to screen candidates for a job.

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional
created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
jobstring or nullOptionalformat: "uuid"
The job associated with the screening question.
descriptionstring or nullOptional<=500 characters
The description of the screening question
titlestring or nullOptional<=2500 characters
The title of the screening question
typeenum or nullOptional
requiredboolean or nullOptional
Whether or not the screening question is required.
optionslist of objectsOptional
remote_was_deletedbooleanOptional