Vacancies

List all vacancy applications

GET
/api/public/v2/recruitment/vacancies/{vacancy_id}/applications

Path Parameters

vacancy_id*integer

Query Parameters

created_at[gte]?integer
created_at[lte]?integer
updated_at[gte]?integer
updated_at[lte]?integer

Response Body

application/json

curl -X GET "https://example.com/api/public/v2/recruitment/vacancies/0/applications"
{  "data": [    null  ],  "metadata": {    "pagination": {      "page": 0,      "pages": 0,      "count": 0,      "items": 0    }  }}