2025-12-04
GraphQL schema change log: 2025-12-04
-
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
[log] ✖ Type
HideFromIndeedSearchInputwas removed -
[log] ✖ Field
actionUrlwas removed from object typeJobPostCallToAction -
[log] ✖ Input field
visibilitywas removed from input object typeSourcedJobPostingMetadataInput -
[log] ✖ Type
SourcedJobPostingVisibilityInputwas removed -
[log] ✔ Input field
DateQuestionInput.conditiondescription changed from:Marks a question as conditional. A conditional question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served.To:
Marks a question as conditional. The question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served. -
[log] ✔ Input field
DateQuestionInput.formatdescription changed from:This screener question type requires either the dd/MM/yyyy format or a locale-specific format that meets Unicode CLDR formatting.Indeed uses the `SimpleDateFormat`. You must format the month as MM. Using mm results in misconfiguration.The format of `type=date` impacts how the application is passed to the ATS and how the minimum and maximum values are parsed. The job seeker still enters the date based on their locale, not the specified format, and validation error messages are in their locale’s format.To prevent confusion, use yyyy instead of yy in the format.To:
Screener question type that requires either the `dd/MM/yyyy` format or a locale-specific format that meets Unicode CLDR formatting.Indeed uses the `SimpleDateFormat`. Format the month as `MM`. The `mm` format results in misconfiguration.The format of `type=date` impacts how the application is passed to the ATS and how the minimum and maximum values are parsed. The job seeker enters the date based on their locale and not the specified format. Validation error messages are in their locale’s format. To prevent confusion, use the `yyyy` format rather than the `yy` format. -
[log] ✔ Input field
DateQuestionInput.maxDatedescription changed from:The date the answer must be on or before.To:
Answer must be on or before this date. -
[log] ✔ Input field
DateQuestionInput.minDatedescription changed from:The date the answer must be on or afterTo:
Answer must be on or after this date. -
[log] ✔ Input field
DateQuestionInput.questiondescription changed from:The question text that applicants see.To:
Question text that applicants see. -
[log] ✔ Input field
DateQuestionInput.requireddescription changed from:Set to `true` to define the question as required. Set to `false` to define the question as optional. If the candidate chooses not to answer an optional question, Indeed sends an answer value of ".To:
If `true`, defines the question as required. If the applicant does not answer an optional question, Indeed sends an answer value of ". -
[log] ✔ Input field
DecimalTextQuestionInput.conditiondescription changed from:Marks a question as conditional. A conditional question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served.To:
Marks a question as conditional. The question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served. -
[log] ✔ Input field
DecimalTextQuestionInput.questiondescription changed from:The question text that applicants see.To:
Question text that applicants see. -
[log] ✔ Input field
DecimalTextQuestionInput.requireddescription changed from:Set to `true` to define the question as required. Set to `false` to define the question as optional. If the candidate chooses not to answer an optional question, Indeed sends an answer value of ".To:
If `true`, defines the question as required. If the applicant does not answer an optional question, Indeed sends an answer value of ". -
[log] ✔ Input field
DemographicQuestionsBodyInput.datedescription changed from:A question that has a date as an answer. Appears as a text field that accepts a date.This screener question type requires either the dd/MM/yyyy format or a locale-specific format that meets Unicode CLDR formatting.Indeed uses the `SimpleDateFormat`. You must format the month as MM. Using mm results in misconfiguration.The format of `type=date` impacts how the application is passed to the ATS and how the minimum and maximum values are parsed. The job seeker still enters the date based on their locale, not the specified format, and validation error messages are in their locale’s format. To prevent confusion, use yyyy instead of yy in the format.To:
Question that has a date as an answer. Appears as a text field that accepts a date.Screener question type that requires either the `dd/MM/yyyy` format or a locale-specific format that meets Unicode CLDR formatting.Indeed uses the `SimpleDateFormat`. Format the month as `MM`. The `mm` format results in misconfiguration.The format of `type=date` impacts how the application is passed to the ATS and how the minimum and maximum values are parsed. The job seeker enters the date based on their locale and not the specified format. Validation error messages are in their locale’s format. To prevent confusion, use the `yyyy` format rather than the `yy` format. -
[log] ✔ Input field
DemographicQuestionsBodyInput.multiselectdescription changed from:A question that has multiple answers. Appears as a list of checkboxes that enables the applicant to select multiple answers. to Question that has multiple answers. Appears as a list of checkboxes that accepts multiple answers. -
[log] ✔ Input field
DemographicQuestionsBodyInput.selectdescription changed from:A question with multiple choice answers. Appears as a dropdown list that enables the applicant to select a single answer.If you include from one to five answers, each answer appears with a radio button. If you include more than five answers, they appear in a dropdown list.To:
A question with multiple choice answers. Appears as a list that accepts a single answer.If you include from one to five answers, each answer appears with a radio button. If you include more than five answers, they appear in a list. -
[log] ✔ Input field
DemographicQuestionsBodyInput.textdescription changed from:A question that requires a short answer. Appears as a single-line text entry field.For more information on the available formats for text questions, see the following examples and the [JSON questions parameters](https://docs.indeed.com/indeed-apply/screener-questions#json-questions-parameters). The formats are `integer`, `decimal`, and `numeric_text`.To:
Question that requires a short answer. Appears as a single-line text entry field.For more information on the available formats for text questions, see the following examples and the [JSON questions parameters](https://docs.indeed.com/indeed-apply/screener-questions#json-questions-parameters). The formats are `integer`, `decimal`, and `numeric_text`. -
[log] ✔ Input field
DemographicQuestionsBodyInput.textareadescription changed from:A question that requires a long-form answer. Appears as a multi-line text entry fieldTo:
Question that requires a long-form answer. Appears as a multi-line text entry field. -
[log] ✔ Input field
FileQuestionInput.conditiondescription changed from:Marks a question as conditional. A conditional question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served.To:
Marks a question as conditional. The question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served. -
[log] ✔ Input field
FileQuestionInput.formatdescription changed from:The supported file formats for the file upload. Omitting this field will allow any file formatTo:
Supported file formats for the file upload. Omit this field to support all file formats. -
[log] ✔ Input field
FileQuestionInput.maxdescription changed from:The maximum number of files that can be uploadedTo:
Maximum number of files that applicant can upload. -
[log] ✔ Input field
FileQuestionInput.mindescription changed from:The minimum number of files that can be uploadedTo:
Minimum number of files that applicant can upload. -
[log] ✔ Input field
FileQuestionInput.questiondescription changed from:The question text that applicants seeTo:
Question text that applicants see. -
[log] ✔ Input field
FileQuestionInput.requireddescription changed from:Set to `true` to define the question as required. Set to `false` to define the question as optional. If the candidate chooses not to answer an optional question, Indeed sends an answer value of "To:
If `true`, defines the question as required. If the applicant does not answer an optional question, Indeed sends an answer value of ". -
[log] ✔ Input field
FindEmployerJobsPartnerFilterInput.jobFeedTypedescription changed from:Filters jobs by their feed type, or source.If feed type is `UNKNOWN`, you can specify two feed types. Otherwise, you can specify only one feed type.Jobs before June 1, 2025 may have unknown feed type - include `UNKNOWN` to include jobs that could not be classified.If you omit this value, default is `INTEGRATED_FROM_PARTNER`To:
Filters jobs by their feed type, or source.If feed type is `UNKNOWN`, you can specify two feed types. Otherwise, you can specify only one feed type.Jobs before June 1, 2025 might have the `UNKNOWN` feed type. To list only jobs that were not classified, specify `UNKNOWN`.If you omit this value, default is `INTEGRATED_FROM_PARTNER`. -
[log] ✔ Input field
FindEmployerJobsPartnerFilterInput.legacySourceIddescription changed from:Primarily intended for ad agency partners.`legacySourceId` is an alphanumeric source ID that the Sponsored Jobs API returns.[`findEmployerJobsPartner`](/api/job/queries/findEmployerJobsPartner) returns a list of job postings that share this ID.If you omit the `legacySourceId` field, [`findEmployerJobsPartner`](/api/job/queries/findEmployerJobsPartner) lists job postings for the employer associated with the access token with which you call the APITo:
Intended primarily for ad agency partners.`legacySourceId` is an alphanumeric source ID that the Sponsored Jobs API returns.[`findEmployerJobsPartner`](/api/job/queries/findEmployerJobsPartner) returns a list of job postings that share this ID.If you omit the `legacySourceId` field, [`findEmployerJobsPartner`](/api/job/queries/findEmployerJobsPartner) lists job postings for the employer associated with the access token with which you call the API. -
[log] ✔ Description:
<!--NOTE: the following fields should be added in the future as part of the 1.1, 1.2 and 1.3 IA update# The minimum amount of characters accepted for the answer.minCharCount: Int @Min(value: 0)-->Was removed from object type
FreeformTextQuestionInput -
[log] ✔ Input field
FreeformTextQuestionInput.conditiondescription changed from:Marks a question as conditional. A conditional question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they servedTo:
Marks a question as conditional. The question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served. -
[log] ✔ Input field
FreeformTextQuestionInput.maxCharCountdescription changed from:The maximum character limit for the answerTo:
Maximum character limit for the answer. -
[log] ✔ Input field
FreeformTextQuestionInput.minCharCountdescription changed from:The minimum character limit for the answerTo:
Minimum character limit for the answer. -
[log] ✔ Input field
FreeformTextQuestionInput.questiondescription changed from:The question text that applicants seeTo:
Question text that applicants see. -
[log] ✔ Input field
FreeformTextQuestionInput.requireddescription changed from:Set to `true` to define the question as required. Set to `false` to define the question as optional. If the candidate chooses not to answer an optional question, Indeed sends an answer value of "To:
If `true`, defines the question as required. If the applicant does not answer an optional question, Indeed sends an answer value of ". -
[log] ✔ Input field
HierarchicalOptionInput.conditiondescription changed from:Marks a question as conditional. A conditional question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they servedTo:
Marks a question as conditional. The question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served. -
[log] ✔ Input field
HierarchicalOptionInput.optionsdescription changed from:The list of options availableTo:
List of options. -
[log] ✔ Input field
HierarchicalQuestionInput.conditiondescription changed from:Marks a question as conditional. A conditional question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they servedTo:
Marks a question as conditional. The question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served. -
[log] ✔ Input field
HierarchicalQuestionInput.hierarchicalOptionsdescription changed from:A question that displays additional questions and responses based on previously selected answers. For example, you might ask an applicant to choose a state. Then, depending on what they select, you could offer them a dropdown list of cities within that state. Each hierarchical question is limited to three levelsTo:
Question that displays additional questions and responses based on previously selected answers. For example, you might ask an applicant to choose a state. Based on their selection, offer them a list of cities within that state. Each hierarchical question is limited to three levels. -
[log] ✔ Input field
HierarchicalQuestionInput.optionsdescription changed from:The list of available optionsTo:
List of options. -
[log] ✔ Input field
HierarchicalQuestionInput.questiondescription changed from:The question text that applicants seeTo:
Question text that applicants see. -
[log] ✔ Input field
HierarchicalQuestionInput.requireddescription changed from:Set to `true` to define the question as required. Set to `false` to define the question as optional. If the candidate chooses not to answer an optional question, Indeed sends an answer value of "To:
If `true`, defines the question as required. If the applicant does not answer an optional question, Indeed sends an answer value of ". -
[log] ✔ Input field
IndeedApplyScreenerQuestionsDefinitionInput.screenerQuestionsdescription changed from:The screener questions are a list of general, well-formatted questions that pertain to the underlying job, such as work experience, skills, certifications, and so on. This list cannot contain demographic questions, such as question about ethnicity, gender, or disability. Certain jurisdictions regulate questions related to *protected classes* of people. Indeed systems, and potentially your systems, must handle these questions in special waysTo:
The screener questions are a list of general, well-formatted questions that pertain to the underlying job, such as work experience, skills, certifications, and so on. This list cannot contain demographic questions, such as questions about ethnicity, gender, or disability. Certain jurisdictions regulate questions related to *protected classes* of people. Indeed systems, and potentially your systems, must handle these questions in special ways. -
[log] ✔ Input field
InformationQuestionInput.conditiondescription changed from:Marks a question as conditional. A conditional question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they servedTo:
Marks a question as conditional. The question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served. -
[log] ✔ Input field
IntegerTextQuestionInput.conditiondescription changed from:Marks a question as conditional. A conditional question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they servedTo:
Marks a question as conditional. The question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served. -
[log] ✔ Input field
IntegerTextQuestionInput.questiondescription changed from:The question text that applicants seeTo:
Question text that applicants see. -
[log] ✔ Input field
IntegerTextQuestionInput.requireddescription changed from:Set to `true` to define the question as required. Set to `false` to define the question as optional. If the candidate chooses not to answer an optional question, Indeed sends an answer value of "To:
If `true`, defines the question as required. If the applicant does not answer an optional question, Indeed sends an answer value of ". -
[log] ✔ Description for enum value
JobFeedType.INTEGRATED_FROM_PARTNERchanged from:Jobs integrated from partner systems (XML feeds, Job API)To:
Jobs integrated from XML feeds or Job Sync API integrations. -
[log] ✔ Description for enum value
JobFeedType.UNKNOWNchanged from:Unknown or unclassified job feed type.Includes jobs that may not immediately have source data that can be bucketed into a feed typeTo:
Unknown or unclassified job feed type.Includes jobs that might not immediately have source data that identifies a feed type. -
[log] ✔ Field
isIndeedApplyActivewas added to object typeJobPostGlobalStatus -
[log] ✔ Description:
the status of a job post including searchability, sponsorship requirements, messaging tags, etc. on type JobPostStatusHas changed to:
External status type definitions from JobPost -
[log] ✔ Object type
JobPostStatusInputhas description:Input parameters for JobPost status - required for federation compatibilityThis input type must match the signature defined in the job-audit-api subgraph -
[log] ✔ Input field
MultiselectQuestionInput.conditiondescription changed from:Marks a question as conditional. A conditional question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they servedTo:
Marks a question as conditional. The question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served. -
[log] ✔ Input field
MultiselectQuestionInput.maxSelectionCountdescription changed from:If set, configures the maximum amount of options that can be selectedTo:
Defines the maximum number of options that the applicant can select. -
[log] ✔ Input field
MultiselectQuestionInput.minSelectionCountdescription changed from:If set, configures the minimum amount of options that can be selectedTo:
Defines the minimum number of options that the applicant can select. -
[log] ✔ Input field
MultiselectQuestionInput.optionsdescription changed from:The list of options availableTo:
List of options. -
[log] ✔ Input field
MultiselectQuestionInput.questiondescription changed from:The question text that applicants seeTo:
Question text that applicants see. -
[log] ✔ Input field
MultiselectQuestionInput.requireddescription changed from:Set to `true` to define the question as required. Set to `false` to define the question as optional. If the candidate chooses not to answer an optional question, Indeed sends an answer value of "To:
If `true`, defines the question as required. If the applicant does not answer an optional question, Indeed sends an answer value of ". -
[log] ✔ Input field
NumericTextQuestionInput.conditiondescription changed from:Marks a question as conditional. A conditional question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they servedTo:
Marks a question as conditional. The question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served. -
[log] ✔ Input field
NumericTextQuestionInput.questiondescription changed from:The question text that applicants seeTo:
Question text that applicants see. -
[log] ✔ Input field
NumericTextQuestionInput.requireddescription changed from:Set to `true` to define the question as required. Set to `false` to define the question as optional. If the candidate chooses not to answer an optional question, Indeed sends an answer value of "To:
If `true`, defines the question as required. If the applicant does not answer an optional question, Indeed sends an answer value of ". -
[log] ✔ Input field
ScreenerQuestionBodyInput.datedescription changed from:A question that has a date as an answer. Appears as a text field that accepts a date.This screener question type requires either the dd/MM/yyyy format or a locale-specific format that meets Unicode CLDR formatting.Indeed uses the `SimpleDateFormat`. You must format the month as MM. Using mm results in misconfiguration.The format of `type=date` impacts how the application is passed to the ATS and how the minimum and maximum values are parsed. The job seeker still enters the date based on their locale, not the specified format, and validation error messages are in their locale’s format. To prevent confusion, use yyyy instead of yy in the formatTo:
Question that has a date as an answer. Appears as a text field that accepts a date.Screener question type that requires either the `dd/MM/yyyy` format or a locale-specific format that meets Unicode CLDR formatting.Indeed uses the `SimpleDateFormat`. Format the month as `MM`. The `mm` format results in misconfiguration.The format of `type=date` impacts how the application is passed to the ATS and how the minimum and maximum values are parsed. The job seeker enters the date based on their locale and not the specified format. Validation error messages are in their locale’s format. To prevent confusion, use the `yyyy` format rather than the `yy` format. -
[log] ✔ Input field
ScreenerQuestionBodyInput.filedescription changed from:A question that requires a file upload as an answer, such as certifications, portfolios, or example work. Appears as a file upload interface. The answer returned in the JSON `POST` request contains these fields: `contentType`, `data`, and `fileName`.Valid files types are:docdocxgifjfifjifjpejpegjpgpdfpngrtftiftifftxtTo:
Question that requires a file upload as an answer, such as certifications, portfolios, or example work. Appears as a file upload interface. The answer returned in the JSON `POST` request contains these fields: `contentType`, `data`, and `fileName`.Valid files types are:docdocxgifjfifjifjpejpegjpgpdfpngrtftiftifftxt -
[log] ✔ Input field
ScreenerQuestionBodyInput.hierarchicaldescription changed from:A question that shows additional questions and answers based on previously selected answers. For example, you might ask an applicant to choose a state. After they choose a state, you can show a dropdown list of cities within that state. Each hierarchy of questions is limited to three levels. For example: state, city, and county.A hierarchy of questions are similar to conditional questions. However, a hierarchy of questions are better suited to question types where an initial selection defines potential answers to subsequent questions. Using the hierarchy functionality reduces the number of questions needed to get related informationTo:
Question that shows additional questions and answers based on previously selected answers. For example, you might ask an applicant to choose a state. After they choose a state, you can show a list of cities within that state. Each hierarchy of questions is limited to three levels. For example: state, city, and county.A hierarchy of questions are similar to conditional questions but they are better suited to question types where an initial selection defines potential answers to subsequent questions. The hierarchy functionality reduces the number of questions needed to get related information. -
[log] ✔ Input field
ScreenerQuestionBodyInput.multiselectdescription changed from:A question that has multiple answers. Appears as a list of checkboxes that enables the applicant to select multiple answers.To:
Question that has multiple answers. Appears as a list of checkboxes that accepts multiple answers. -
[log] ✔ Input field
ScreenerQuestionBodyInput.selectdescription changed from:A question that has multiple-choice answers. Appears as a select menu that enables the applicant to select a single answer.If you include from one to five answers, each answer appears with a radio button. If you include more than five answers, they appear in a dropdown listTo:
Question that has multiple-choice answers. Appears as a select menu that accepts a single answer.If you include from one to five answers, each answer appears with a radio button. If you include more than five answers, they appear in a list. -
[log] ✔ Input field
ScreenerQuestionBodyInput.textdescription changed from:A question that requires a short answer. Appears as a single-line text entry field.For more information on the available formats for text questions, see the following examples and the [JSON questions parameters](https://docs.indeed.com/indeed-apply/screener-questions#json-questions-parameters). The formats are `integer`, `decimal`, and `numeric_text`To:
Question that requires a short answer. Appears as a single-line text entry field.For more information on the available formats for text questions, see these examples and the [JSON questions parameters](https://docs.indeed.com/indeed-apply/screener-questions#json-questions-parameters). The formats are `integer`, `decimal`, and `numeric_text`. -
[log] ✔ Input field
ScreenerQuestionBodyInput.textareadescription changed from:A question that requires a long-form answer. Appears as a multi-line text entry fieldTo:
Question that requires a long-form answer. Appears as a multi-line text entry field. -
[log] ✔ Input field
SelectQuestionInput.conditiondescription changed from:Marks a question as conditional. A conditional question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they servedTo:
Marks a question as conditional. The question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served. -
[log] ✔ Input field
SelectQuestionInput.optionsdescription changed from:The list of options availableTo:
List of options. -
[log] ✔ Input field
SelectQuestionInput.questiondescription changed from:The question text that applicants seeTo:
Question text that applicants see. -
[log] ✔ Input field
SelectQuestionInput.requireddescription changed from:Set to `true` to define the question as required. Set to `false` to define the question as optional. If the candidate chooses not to answer an optional question, Indeed sends an answer value of "To:
If `true`, defines the question as required. If the applicant does not answer an optional question, Indeed sends an answer value of ". -
[log] ✔ Input field
SourcedJobPostingMetadataInput.photosdescription changed from:Photos for the jobTo:
Photos for the job.Supported image formats:- image/png- image/jpeg- image/gif- image/webpSupported image resolution:- Width:- Min in API spec: 250 px- Max: 20000 px- Height:- Min in API spec: 250 px- Max: 20000 pxFile Size (Bytes):- Max: 20971520 ( = 20MB)- Min in API Spec: 10240 ( = 10KB) -
[log] ✔ Description:
<!--NOTE: the following fields should be added in the future as part of the 1.1, 1.2 and 1.3 IA update# The minimum amount of characters accepted for the answer.minCharCount: Int @Min(value: 0)-->Was removed from object type
TextAreaQuestionInput -
[log] ✔ Input field
TextAreaQuestionInput.conditiondescription changed from:Marks a question as conditional. A conditional question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they servedTo:
Marks a question as conditional. The question depends on the answer to a previous question. Specify the ID of the previous question and the option value that activates this question.For example, if an applicant responds `yes` to the question of whether they served in the military, show a conditional question that asks in which branch they served. -
[log] ✔ Input field
TextAreaQuestionInput.maxCharCountdescription changed from:The maximum character limit for the answerTo:
Maximum character limit for the answer. -
[log] ✔ Input field
TextAreaQuestionInput.minCharCountdescription changed from:The minimum character limit for the answerTo:
Minimum character limit for the answer. -
[log] ✔ Input field
TextAreaQuestionInput.questiondescription changed from:The question text that applicants seeTo:
Question text that applicants see. -
[log] ✔ Input field
TextAreaQuestionInput.requireddescription changed from:Set to `true` to define the question as required. Set to `false` to define the question as optional. If the candidate chooses not to answer an optional question, Indeed sends an answer value of "To:
If `true`, defines the question as required. If the applicant does not answer an optional question, Indeed sends an answer value of ". -
[log] ✔ Input field
TextQuestionInput.decimaldescription changed from:A question that expects an decimal / floating-point number answerTo:
Question that has a decimal or floating-point number answer. -
[log] ✔ Input field
TextQuestionInput.freeformdescription changed from:A question that expects an freeform text answerTo:
Question that has a freeform text answer. -
[log] ✔ Input field
TextQuestionInput.integerdescription changed from:A question that expects an integer answerTo:
Question that has an integer answer. -
[log] ✔ Input field
TextQuestionInput.numericdescription changed from:A question that expects an numeric text answer, such as numeric identifiers with leading zerosTo:
Question that has a numeric text answer, such as numeric identifiers with leading zeros. -
[log] ✔ Input field
TextScreenerQuestionInput.integerdescription changed from:This question accepts only integers as answers, does not allow for decimals or leading zeroesTo:
Question that accepts only integers as answers. Does not allow for decimals or leading zeroes.
-