Entity overview
Candidate
Track candidates through recruitment stages with notes, scores, and interview history.
Endpoints
https://api.flowtly.eu/candidates
List candidates
Retrieves the collection of CandidateNote resources.
https://api.flowtly.eu/candidates
Create candidate
Creates a CandidateNote resource.
https://api.flowtly.eu/candidates/search
List search
Retrieves the collection of Candidate resources.
https://api.flowtly.eu/candidates/{id}
Get candidate by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/candidates/{id}
Update candidate
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/candidate-notes
List candidates
Retrieves the collection of CandidateNote resources.
https://api.flowtly.eu/candidate-notes
Create candidate
Creates a CandidateNote resource.
https://api.flowtly.eu/candidate-notes/{id}
Get candidate by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/candidate-notes/{id}
Delete candidate
Remove the resource.
https://api.flowtly.eu/candidate-notes/{id}
Update candidate
Update resource fields using JSON Merge Patch.
Use cases
Schema fields
Candidate-candidate.read| Field | Type | Description |
|---|---|---|
id |
string | id field. |
firstname |
string | firstname field. |
lastname |
string | lastname field. |
email |
string | email field. |
phoneNumber |
string | null | phoneNumber field. |
source |
string | null | source field. |
location |
string | null | location field. |
birthDate |
string | null | birthDate field. |
position |
string | null | position field. |
linkedinProfile |
string | null | linkedinProfile field. |
notes |
string | null | notes field. |
expectations |
string | null | expectations field. |
createdAt |
string | createdAt field. |