If you want to fetch a single job you’ll need the ID of the job besides the channel ID where the job is posted. The ID can be found as the jobDbId field in the JobDTO.

HTTP-Method

GET

Path

/api/rest/v3/frontend/jobslist/{channelId}/job/{jobDbId}

Authentification

Client Token or Basic Authorization

Path Parameter

channelId, jobDbId

Query Parameter

-none-

Responses

Action Response Description
success see example call  
authorization error 401 / 403 See here and here for details.
JobPosting inactive for jobId {} 410

There is a mode in the API that enforces an only check for this endpoint. If enabled you wont receive a job here, that has no online jobposting. Please contact our support to activate that mode.

Example call with curl and basic authorization

Response

Find more details about the JobDTO one the datastructures pages.

Comments

Comments are closed.