Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.9 KB

File metadata and controls

27 lines (23 loc) · 1.9 KB

CandidateRequest

The Candidate Object ### Description The Candidate object is used to represent a Candidate for various positions. ### Usage Example Fetch from the LIST Candidates endpoint and filter by ID to show all candidates.

Properties

Name Type Description Notes
remote_id str, none_type The third-party API ID of the matching object. [optional]
first_name str, none_type The candidate's first name. [optional]
last_name str, none_type The candidate's last name. [optional]
company str, none_type The candidate's current company. [optional]
title str, none_type The candidate's current title. [optional]
remote_created_at datetime, none_type When the third party's candidate was created. [optional]
remote_updated_at datetime, none_type When the third party's candidate was updated. [optional]
last_interaction_at datetime, none_type When the most recent candidate interaction occurred. [optional]
is_private bool, none_type Whether or not the candidate is private. [optional]
can_email bool, none_type Whether or not the candidate can be emailed. [optional]
locations [str, none_type], none_type The candidate's locations. [optional]
phone_numbers [PhoneNumberRequest] [optional]
email_addresses [EmailAddressRequest] [optional]
urls [UrlRequest] [optional]
tags [str] [optional]
applications [str] [optional]
attachments [str] [optional]

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