Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.39 KB

EEOC.md

File metadata and controls

21 lines (16 loc) · 1.39 KB

EEOC

The EEOC Object ### Description The EEOC object is used to represent the Equal Employment Opportunity Commission information for a candidate. ### Usage Example Fetch from the LIST EEOCs endpoint and filter by candidate to show all EEOC information for a candidate.

Properties

Name Type Description Notes
id str [optional] [readonly]
remote_id str, none_type The third-party API ID of the matching object. [optional]
candidate str, none_type [optional]
submitted_at datetime, none_type When the information was submitted. [optional]
race object, none_type The candidate's race. [optional]
gender object, none_type The candidate's gender. [optional]
veteran_status object, none_type The candidate's veteran status. [optional]
disability_status object, none_type The candidate's disability status. [optional]
remote_data [RemoteData], none_type [optional] [readonly]
remote_was_deleted bool Indicates whether or not this object has been deleted by third party webhooks. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]