Candidates
List candidates
Returns paginated candidates for a sourcing.
GET
List candidates
First time? Set up Authentication
Learn how to authenticate your API requests with your API key.
Path parameters
string
required
Sourcing id in the authenticated workspace.
Query parameters
integer
default:"0"
Zero-based page index.
integer
default:"25"
Page size (max 50).
string
Free-text search on candidate/talent fields.
string
Repeatable status filter. When omitted, defaults to all statuses except
NOT_RETAINED.string
Repeatable city filter.
string
Repeatable job title filter.
string
Repeatable current company filter.
string
One of
name, companyName, statusHandle, city, jobTitle, userRating, contacts, createdAt, history.string
asc or desc.Response
Whensuccess is true, data contains:
candidates— list of{ candidate, talent }summaries:candidate.idcandidate.statusHandlecandidate.createdAtcandidate.sourcingIdcandidate.talentIdtalent.idtalent.firstnametalent.lastnametalent.jobTitletalent.citytalent.linkedinUrl
pagination—pageIndex,pageSize,total,hasNextPage
Errors
List candidates

