HomeGuidesAPI ReferenceChangelogDiscussions
API Reference
These docs are for v2.0. Click to read the latest docs for v2025-01-01.

Reads all Candidates

Fetches candidates data from Factorial. When using administrator-level API Credentials, all candidates associated with a company will be returned. When using non-admin level API credentials, only candidates that applied to a job for which the user is a hiring manager will be returned.

Log in to see full request history
Query Params
ids[]
array of integers

list of candidate identifiers.

ids[]
emails[]
array of strings

list of candidate emails.

emails[]
team_ids[]
array of integers

list of team identifiers, refers to teams/teams endpoint.

team_ids[]
location_ids[]
array of integers

list of location identifiers, refers to locations/locations endpoint.

location_ids[]
source[]
array of strings

source of the candidate.

source[]
boolean

is the candidate remote?

job_posting_ids[]
array of integers

list of job posting identifiers, refers to ats/job_postings endpoint.

job_posting_ids[]
number

minimum average rating of the candidate.

boolean

is the candidate active?

boolean

is the candidate part of talent pool?

boolean

is the candidate archived?

Response

Response body
array of objects
object
integer
required

identifier of the candidate.

integer

company identifier.

string
required

name of the candidate.

string
required

last name of the candidate.

string
required

full name of the candidate.

string

email of the candidate.

boolean
required

is the candidate part of talent pool?

string

phone number of the candidate.

string
required

creation date of the candidate.

string
required

last update of the candidate.

string
string

date when the candidate became inactive.

ats_job_posting_ids
array of integers

list of job posting identifiers.

ats_job_posting_ids
string

personal web resource from the candidate.

string
boolean
string

specifies additional details related to the source of the candidate, such as the referrer name for example if the source is referred.

integer

candidate source identifier, refers to ats/candidate_sources endpoint.

string

gender of the candidate.

female male unanswered other

number

score of the candidate.

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json