This endpoint is deprecated. Please do not use it for new projects. The documentation remains here for legacy API consumers.

Getting a job basket

Request with tokens

Instead of a specific job id, one can also append the /basket endpoint to /jobs. Via such a GET/jobs/basket-request, one can access the current job basket:

with TOKEN being either a client access token or a user access token. {channel} corresponds to the desired channel of the jobboard. {cookie} must be set to the client’s cookie ID as one would expect, since information about the basket must be extracted from somewhere.

Request with basic authorization

As an alternative, you can use here the basic authorization method. Just write

{clientId} is the ID for your application to develop given to you by softgarden. The colon seen in the example is obligatory.

Path parameters

– none –

Query parameters

Name Description Data Type
channel The ID of the desired channel. Can be obtained via /jobboards. String
cookie The client’s cookie ID. See also this page. String

Response values

Upon Returned value Description
success JSON-encoded JobSearchResult-object The desired job basket.
failure 500 – INTERNAL SERVER ERROR When an error appears while processing your request.
authorization error 401 / 403 See here for details.

Example return value

Comments

Comments are closed.