Public
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) – […]
Public API
The Public API is a set of functions that provide programmatic access to Apprenticeship Central (AC) jobs data, the same as is viewable on the AC site (un-logged in). Access to the API is granted via an AC Administration-provided user name. Keys can be requested from AC via the Contact Us page. All calls to […]