Spontaneous Vacancies
Returns a collection of spontaneous vacancies. This response will contain a maximum of 5 vacancies due limits set on the Easy To Recruit application.
NOTE: it differs strongly from a standard vacancy in data that it returns.
Url
GET
http://api.hr-technologies.com/v1/vacancies/spontaneous
Response
Key | Type(s) | Optional | Description |
---|---|---|---|
id | int |
The unique identifier for the vacancy, frequently used in linked or underlying requests | |
title | string |
Title for the vacancy | |
slug | string |
Slugified version of the title usable for SEO | |
brand | object |
optional | Only available when multi-branding is enabled in Easy To Recruit see Branding for more information |
Example
Response
{
"data": [
{
"id": 1,
"title": "Spontane sollicitatie",
"slug": "spontane-sollicitatie-(1)"
},
{
"id": 502,
"title": "Spontaan solliciteren voor verpleegkundigen",
"slug": "spontaan-solliciteren-voor-verpleegkundigen-(502)"
}
]
}