JobBasket API
This endpoint is deprecated. Please do not use it for new projects. The documentation remains here for legacy API consumers.
Introduction
This page is a subpage of the Jobs API and deals with the /jobs/basket endpoints, so everything related to the job basket functions.
JobBasket API
| Type | Endpoint | Effect |
|---|---|---|
| PUT | /jobs/basket/{jobDbId} | Adds a job posting to a basket. |
| DELETE | /jobs/basket/{jobDbId} | Removes a job posting from a basket. |
| GET | /jobs/basket | Gets a job-basket. |
| GET | /jobs/basket/{jobDbId}/available | Checks if a job posting is available for a basket. |