Rekrutierung & ATS
Kandidaten, Recruiting-Aufgaben, Interviews und Terminplanung — binden Sie Ihr ATS an.
Kandidat
Endpoints
| GET | /candidates | Ruft die Sammlung der Candidate-Ressourcen ab. |
| POST | /candidates | Erstellt eine Candidate-Ressource. |
| GET | /candidates/{id} | Ruft eine Candidate-Ressource ab. |
| PATCH | /candidates/{id} | Aktualisiert die Candidate-Ressource. |
| GET | /candidates/search | Ruft die Sammlung der Candidate-Ressourcen ab. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| firstname* | string | |
| lastname* | string | |
| email* | string (email) | |
| phoneNumber | stringnull | |
| source | stringnull | |
| location | stringnull | |
| birthDate | string,null (date-time) | |
| position | stringnull | |
| linkedinProfile | stringnull | |
| notes | stringnull | |
| expectations | stringnull |
Rekrutierungsaufgabe
Endpoints
| GET | /recruitment-tasks | Ruft die Sammlung der RecruitmentTask-Ressourcen ab. |
| POST | /recruitment-tasks | Erstellt eine RecruitmentTask-Ressource. |
| GET | /recruitment-tasks/{id} | Ruft eine RecruitmentTask-Ressource ab. |
| PATCH | /recruitment-tasks/{id} | Aktualisiert die RecruitmentTask-Ressource. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| question* | string | |
| options | arraynull | |
| recruitmentTaskGroup | string (iri-reference) |
Ressourcenanforderung
Endpoints
| GET | /public/resource-requests/{id} | Ruft eine ResourceRequest-Ressource ab. |
| GET | /resource-requests | Ruft die Sammlung der ResourceRequest-Ressourcen ab. |
| POST | /resource-requests | Erstellt eine ResourceRequest-Ressource. |
| GET | /resource-requests/{id} | Ruft eine ResourceRequest-Ressource ab. |
| PATCH | /resource-requests/{id} | Aktualisiert die ResourceRequest-Ressource. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| client | string,null (iri-reference) | |
| status* | string | |
| location | stringnull | |
| position* | stringnull | |
| description | stringnull | |
| start | stringnull | |
| salaryRangeMin | integernull | Value multiplied by Price::MULTIPLIER |
| salaryRangeMax | integernull | Value multiplied by Price::MULTIPLIER |
| billingType | stringnull | |
| owners | array |
Kandidatennotiz
Endpoints
| GET | /candidate-notes | Ruft die Sammlung der CandidateNote-Ressourcen ab. |
| POST | /candidate-notes | Erstellt eine CandidateNote-Ressource. |
| GET | /candidate-notes/{id} | Ruft eine CandidateNote-Ressource ab. |
| PATCH | /candidate-notes/{id} | Aktualisiert die CandidateNote-Ressource. |
| DELETE | /candidate-notes/{id} | Entfernt die CandidateNote-Ressource. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| id | string | |
| employee* | string (iri-reference) | |
| candidate* | string (iri-reference) | |
| type* | string | |
| note* | string | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| possibleTypes | string |
Antwort zur Recruiting-Aufgabe
Endpoints
| GET | /recruitment-task-answers | Ruft die Sammlung der RecruitmentTaskAnswer-Ressourcen ab. |
| POST | /recruitment-task-answers | Erstellt eine RecruitmentTaskAnswer-Ressource. |
| GET | /recruitment-task-answers/{id} | Ruft eine RecruitmentTaskAnswer-Ressource ab. |
| PATCH | /recruitment-task-answers/{id} | Aktualisiert die RecruitmentTaskAnswer-Ressource. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| answer | array | |
| candidate | string (iri-reference) |
Recruiting-Aufgabengruppe
Endpoints
| GET | /recruitment-task-groups | Ruft die Sammlung der RecruitmentTaskGroup-Ressourcen ab. |
| POST | /recruitment-task-groups | Erstellt eine RecruitmentTaskGroup-Ressource. |
| GET | /recruitment-task-groups/{id} | Ruft eine RecruitmentTaskGroup-Ressource ab. |
| PATCH | /recruitment-task-groups/{id} | Aktualisiert die RecruitmentTaskGroup-Ressource. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| name* | string |
Kandidat zur Ressourcenanfrage
Endpoints
| POST | /public/resource-request-candidates | Erstellt eine ResourceRequestCandidate-Ressource. |
| GET | /resource-request-candidates | Ruft die Sammlung der ResourceRequestCandidate-Ressourcen ab. |
| POST | /resource-request-candidates | Erstellt eine ResourceRequestCandidate-Ressource. |
| GET | /resource-request-candidates/{id} | Ruft eine ResourceRequestCandidate-Ressource ab. |
| PATCH | /resource-request-candidates/{id} | Aktualisiert die ResourceRequestCandidate-Ressource. |
| DELETE | /resource-request-candidates/{id} | Entfernt die ResourceRequestCandidate-Ressource. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| id | string | |
| resourceRequest* | string,null (iri-reference) | |
| candidate* | string,null (iri-reference) | |
| state* | string | |
| notify | booleannull | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| possibleStates | string |
Interview-Termin
Endpoints
| GET | /ats/scheduling/slots | Ruft die Sammlung der InterviewSlot-Ressourcen ab. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| id | string | |
| startTime | string (date-time) | |
| endTime | string (date-time) | |
| status | string |
Interview-Feedback
Endpoints
| POST | /ats/feedback | Erstellt eine InterviewFeedback-Ressource. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| id | string | |
| application | string (iri-reference) | |
| authorEmployee | string (iri-reference) | |
| stage | stringnull | |
| rating | integernull | |
| recommendation | string | |
| pros | array | |
| cons | array | |
| createdAt | string (date-time) |
ATS-Terminplanungseinladung
Endpoints
| POST | /ats/scheduling/invites | Erstellt eine AtsSchedulingInvite-Ressource. |
Öffentliche ATS-Terminplanung
Endpoints
| POST | /public/ats/scheduling/{token}/book | Erstellt eine PublicAtsScheduling-Ressource. |
| GET | /public/ats/scheduling/{token}/slots | Ruft eine PublicAtsScheduling-Ressource ab. |
ATS-Terminplanungs-Stapel
Endpoints
| POST | /ats/scheduling/slots | Erstellt eine AtsSchedulingSlotBatch-Ressource. |
Zusammenfassung des Bewerbungs-Feedbacks (ATS)
Endpoints
| GET | /ats/applications/{id}/feedback | Ruft eine AtsApplicationFeedbackSummary-Ressource ab. |