← API-referentie
Werving & ATS
Kandidaten, wervingtaken en resourceaanvragen — verbind uw ATS.
Kandidaat
Endpoints
| GET | /candidates | Retrieves the collection of Candidate resources. |
| POST | /candidates | Creates a Candidate resource. |
| GET | /candidates/{id} | Retrieves a Candidate resource. |
| PATCH | /candidates/{id} | Updates the Candidate resource. |
| GET | /candidates/search | Retrieves the collection of Candidate resources. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| 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 |
Wervingtaak
Endpoints
| GET | /recruitment-tasks | Retrieves the collection of RecruitmentTask resources. |
| POST | /recruitment-tasks | Creates a RecruitmentTask resource. |
| GET | /recruitment-tasks/{id} | Retrieves a RecruitmentTask resource. |
| PATCH | /recruitment-tasks/{id} | Updates the RecruitmentTask resource. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| question* | string | |
| options | arraynull | |
| recruitmentTaskGroup | string (iri-reference) |
Resourceaanvraag
Endpoints
| GET | /public/resource-requests/{id} | Retrieves a ResourceRequest resource. |
| GET | /resource-requests | Retrieves the collection of ResourceRequest resources. |
| POST | /resource-requests | Creates a ResourceRequest resource. |
| GET | /resource-requests/{id} | Retrieves a ResourceRequest resource. |
| PATCH | /resource-requests/{id} | Updates the ResourceRequest resource. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| 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 |