Skip to content
Richard Thombs edited this page Jul 3, 2015 · 2 revisions

The Vacancies API allows the list of vacancies for a Project to be queried.

GET /api/projects/:id/vacancies

Get a list of the Project's Vacancies that match the specified criteria.

GET /api/projects/:id/vacancies/summary

Get a summary of the Project's Vacancies.

GET /api/projects/:pid/vacancies/:cid/ignore

Get a list of the Users who have chosen to ignore a specific Vacancy.

Clone this wiki locally