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 EEOC object
          • GET/eeocs
          • GET/eeocs/{id}
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsEeocs

The EEOC object

The EEOC 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 "candidate": "string",
7 "submitted_at": "2023-01-01T00:00:00Z",
8 "race": "AMERICAN_INDIAN_OR_ALASKAN_NATIVE",
9 "gender": "MALE",
10 "veteran_status": "I_AM_NOT_A_PROTECTED_VETERAN",
11 "disability_status": "YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY",
12 "remote_was_deleted": true,
13 "field_mappings": {},
14 "remote_data": [
15 {
16 "path": "string",
17 "data": {}
18 }
19 ]
20}
Was this page helpful?
Previous

/departments/{id}

Next

/eeocs

Built with

The EEOC object is used to represent the Equal Employment Opportunity Commission information for a candidate (race, gender, veteran status, disability status).

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional

The third-party API ID of the matching object.

created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
candidatestring or nullOptionalformat: "uuid"
The candidate being represented.
submitted_atdatetime or nullOptional
When the information was submitted.
raceenum or nullOptional

The candidate's race.

  • AMERICAN_INDIAN_OR_ALASKAN_NATIVE - AMERICAN_INDIAN_OR_ALASKAN_NATIVE
  • ASIAN - ASIAN
  • BLACK_OR_AFRICAN_AMERICAN - BLACK_OR_AFRICAN_AMERICAN
  • HISPANIC_OR_LATINO - HISPANIC_OR_LATINO
  • WHITE - WHITE
  • NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER - NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER
  • TWO_OR_MORE_RACES - TWO_OR_MORE_RACES
  • DECLINE_TO_SELF_IDENTIFY - DECLINE_TO_SELF_IDENTIFY
genderenum or nullOptional

The candidate's gender.

  • MALE - MALE
  • FEMALE - FEMALE
  • NON-BINARY - NON-BINARY
  • OTHER - OTHER
  • DECLINE_TO_SELF_IDENTIFY - DECLINE_TO_SELF_IDENTIFY
Allowed values:
veteran_statusenum or nullOptional

The candidate's veteran status.

  • I_AM_NOT_A_PROTECTED_VETERAN - I_AM_NOT_A_PROTECTED_VETERAN
  • I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN - I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN
  • I_DONT_WISH_TO_ANSWER - I_DONT_WISH_TO_ANSWER
Allowed values:
disability_statusenum or nullOptional

The candidate's disability status.

  • YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY - YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY
  • NO_I_DONT_HAVE_A_DISABILITY - NO_I_DONT_HAVE_A_DISABILITY
  • I_DONT_WISH_TO_ANSWER - I_DONT_WISH_TO_ANSWER
Allowed values:
remote_was_deletedbooleanOptionalRead-only

Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.

field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only