Available Posting Channels
To fetch all avalable posting channels of your company proceed as follows.
You will need this information to get the list of posted jobs. The most common use case might be that your company owns two channels. One public or external channel which contains the jobpostings available for the general public and one internal channel that contains jobposting that are posted on the internal jobboard initially or exclusively.
HTTP-Method
GET
Path
/api/rest/v3/frontend/jobslist/channels
Authentification
Client Token or Basic Authorization
Path Parameters
-none-
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
1 |
curl -i -u "ab7gda25-2555-be-9e30-54ft928cce27:" -H "Content-Type: application/json" -X GET "https://api.softgarden.io/api/rest/v3/frontend/jobslist/channels" |
Response:
1 2 3 4 5 |
[ { "id" : "4711_extern", "name" : "4711_extern", "accessible" : true } ] |