Now you would like to fetch all jobs that are posted to your external posting channel for example. To do so you’ll need the ID of that channel which you can find out this way.

HTTP-Method

GET

Path

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

Authentification

Client Token or Basic Authorization

Path Parameter

channelId

Query Parameter

-none-

Responses

Action Response Description
success see example call  
authorization error 401 / 403 See here and here for details

Example call with curl and basic authorization

Response

Find more details about the JobDTO on the datastructures pages.

Comments

Comments are closed.