If you want to fetch a single job without having it’s ID (jobDbId), you can uniquely identify it by its projectNumber and the ID of the channel it was posted on.

HTTP-Method

GET

Path

/api/rest/v3/frontend/jobslist/{channelId}/jobByProjectNumber/{projectNumber}

Authentification

Client Token or Basic Authorization

Path Parameter

channelId, projectNumber

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.