Getting a job’s details as an HTML String

Use of the endpoint /jobs/{jobDbId} allows you to gain access to an individual job posting’s data.

Request with tokens

with TOKEN being either a client access token or a user access token and {jobDbId} corresponding to the ID of a specific job in the database.

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

Name Description Data Type
jobDbId ID of the desired job. String

Query parameters

– none –

Response values

Upon Returned value Description
success String The job’s information encoded into HTML or ‘IS_OFFLINE‘ when the ID is invalid or the job has not yet been published.
failure 500 – INTERNAL SERVER ERROR When an error appears while processing your request.
authorization error 401 / 403 See here for details.

Example response value

Comments

Comments are closed.