Public API All
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) – set to 1 if there was a query error.count
(int) – the number of results returned by the query (if any).
data
id
(int) – the position ID.position_name
(string) – the position’s title.position_category
(string) – the position’s “industry” in slug format (e.g.building-and-construction
).position_subcategory
(string) – the position’s “Area of Interest” (e.g.carpentry-joinery-cabinetmaking
).employer_company_name
(string) – the Employer name.location_suburb
(string) – the Employer’s suburb.location_state
(string) – the Employer’s state.public_url
(string) – the URL for this position on Apprenticeship Central.
Errors
- 201 – No valid type passed.
- 202 – Database query error – these should be reported.
Return to Public API