Entitetsoversigt
Kandidat
Spor kandidater gennem rekrutteringstrin med noter, scorer og interviewhistorik.
Endpoints
https://api.flowtly.eu/candidates
Vis kandidater
Henter samlingen af CandidateNote-ressourcer.
https://api.flowtly.eu/candidates
Opret kandidat
Opretter en CandidateNote-ressource.
https://api.flowtly.eu/candidates/search
Vis søgning
Henter samlingen af Candidate-ressourcer.
https://api.flowtly.eu/candidates/{id}
Hent kandidat via ID
Hent en enkelt ressource via dens identifikator.
https://api.flowtly.eu/candidates/{id}
Opdatér kandidat
Opdatér ressourcefelter med JSON Merge Patch.
https://api.flowtly.eu/candidate-notes
Vis kandidater
Henter samlingen af CandidateNote-ressourcer.
https://api.flowtly.eu/candidate-notes
Opret kandidat
Opretter en CandidateNote-ressource.
https://api.flowtly.eu/candidate-notes/{id}
Hent kandidat via ID
Hent en enkelt ressource via dens identifikator.
https://api.flowtly.eu/candidate-notes/{id}
Slet kandidat
Fjern ressourcen.
https://api.flowtly.eu/candidate-notes/{id}
Opdatér kandidat
Opdatér ressourcefelter med JSON Merge Patch.
Anvendelsestilfælde
Skemafelter
Candidate-candidate.read| Felt | Type | Beskrivelse |
|---|---|---|
id |
string | id felt. |
firstname |
string | firstname felt. |
lastname |
string | lastname felt. |
email |
string | email felt. |
phoneNumber |
string | null | phoneNumber felt. |
source |
string | null | source felt. |
location |
string | null | location felt. |
birthDate |
string | null | birthDate felt. |
position |
string | null | position felt. |
linkedinProfile |
string | null | linkedinProfile felt. |
notes |
string | null | notes felt. |
expectations |
string | null | expectations felt. |
createdAt |
string | createdAt felt. |