Widget
Widget API Fields
The column names and their corresponding field names are listed below: Column Field Name Category category Subcategory subcategory Location location_suburb Region region Type type Back to the JOB LIST
Widget API Regions
The regions and their corresponding “slugs” are listed below: State Region Slug Australian Capital Territory Canberra canberra New South Wales Central West central-west New South Wales Far West far-west New South Wales Hunter hunter New South Wales Illawarra illawarra New South Wales Mid-North Coast mid-north-coast New South Wales Murray murray New South Wales Murrumbidgee murrumbidgee […]
Widget API Job
The JOB function of the Widget API is called on to the target page with an HTML <div> element. It is provided with a job ID number from the referring page. An example is shown below: <div class=”apprenticeship-central-job”></div> The key element that drives the process is the class=”apprenticeship-central-job” attribute and it must be present for […]
Widget API Jobs
The JOBS function of the Widget API is called on to the target page with an HTML <div> element. It carries a number of data properties that control and filter the results being displayed. Those results are represented in an HTML table with the following columns: Job Vacancy Category (industry) Subcategory (area of interest) Location […]
Widget API
The Widget API is a set of functions designed to permit external websites display jobs from the Apprentice Central website with a minimal amount of integration effort. Just a few lines of HTML is all that is required pull a filtered list of jobs on to a jobs listing page and subsequently display the detail […]