API
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 […]
Public API Detail
The public API DETAIL function returns all the information about a specific position on Apprenticeship Central. URL https://apprenticeshipcentral.com.au/api/public/v2/ Request id (string) – the term that should be used to filter the results. Required. Response response success_count (int) – set to 1 if the query ran without errors (regardless of the number of results returned). error_count […]
Public API Search
The public API SEARCH function returns summary information about a subset of active positions on Apprenticeship Central, filtered by a search keyword. The keyword supplied is sought within the position_name, position_description and position_category fields. The call returns the most recent 100 results. URL https://apprenticeshipcentral.com.au/api/public/v2/ Request keyword (string) – the term that should be used to […]
Public API All
The public API ALL function returns summary information about all active positions on Apprenticeship Central. The function returns the most recent 100 URL https://apprenticeshipcentral.com.au/api/public/v2/ Request There are no additional parameters required. Response response success_count (int) – set to 1 if the query ran without errors (regardless of the number of results returned). error_count (int) – […]
Employer API Delete Location
The employer DELETE LOCATION function deletes a specific job location from the authorised account. The request must provide the id field. URL https://apprenticeshipcentral.com.au/api/employer/delete/ Request id (int) – the location id number. Can be retrieved by the Employer list API call. Required. type (string) – location. Required. Response response success_count (int) – set to 1 if […]
Employer API Delete Job
The employer DELETE JOB function deletes a specific job from the authorised account. The request must provide the id field. URL https://apprenticeshipcentral.com.au/api/employer/delete/ Request id (int) – the job id number. Can be retrieved by the Employer list API call. Required. type (string) – job. Required. Response response success_count (int) – set to 1 if […]