Help with formatting
-
Needing to load jobs and filter by state. The listing from our Recruiting provider as to accessing this via their API is
$.ajax({
url: ‘https://jsapi.recruiterbox.com/v1/openings?client_name=mysafehaven’,
contentType: ‘application/json’,
success: function(response) {
console.log(response);
}
});I tried [jsoncontentimporter url=”https://jsapi.recruiterbox.com/v1/openings?client_name=mysafehaven state=mo”][/jsoncontentimporter] but didn’t work.
you can find all the parameters and sample code at http://developers.recruiterbox.com/frontend_api.html#openings
page is at http://955.27e.myftpupload.com/recruiterbox-test/
listings of jobs via their simple widget is at bottom of http://955.27e.myftpupload.com/careers/
The topic ‘Help with formatting’ is closed to new replies.