v1

latestOpenAPI 3.1.02026-07-261770816.7 KB
Demographic Answers

List demographic answers

Demographic answers are individual applicant submissions to the organization's voluntary demographic questions on a job post — distinct from the federally-mandated EEOC questionnaire, which has its own resource. Each row pairs an application with a demographic_question and the chosen demographic_answer_option; multi-select questions return one row per selected option, and rows backing a free-form Other choice carry the applicant's text in free_form_text. These responses are self-identification data and should be treated with the same sensitivity as EEOC responses.

get/v3/demographic_answers

Query parameters

cursorstring

Cursor link for pagination from previous page response header. Do not use any other parameters when using this.

per_pageinteger

Number of results per page

idsinteger[]

Comma separated list

gtestring date-time
ltestring date-time
gtstring date-time
ltstring date-time
gtestring date-time
ltestring date-time
gtstring date-time
ltstring date-time
application_idsinteger[]

Comma separated list

demographic_question_idsinteger[]

Comma separated list

demographic_answer_option_idsinteger[]

Return only demographic answers that reference one of these demographic answer option ids (the option chosen on the question this answer responds to).

fieldsstring[]

Comma separated list of fields to return

Response

Successful

idinteger
created_atstring date-time
updated_atstring date-time
application_idinteger

Id of the application this answer was submitted on. Demographic answers are scoped to a single application; if the same candidate applies to another job they re-answer the questionnaire and a new set of answers is created.

demographic_question_idinteger

Id of the demographic_question this answer responds to. One application produces at most one row per question per demographic_answer_option.

demographic_answer_option_idinteger nullable

Id of the demographic_answer_option the applicant selected. null when the applicant skipped the question, when the question is multi-select and this row carries only the free-form text, or when the option has since been hard-deleted. For multi-select questions one row is returned per chosen option.

free_form_textstring nullable

Applicant-supplied text for free_form answer options (e.g. an Other — please describe choice). null when the selected option is not marked free-form or when no text was entered. Highly sensitive self-identification data — handle with the same care as EEOC responses.