Get requested apprenticeship levels
GET
/api/v1.1/{country_code}/reports/hiring-apprenticeship-levels/For postings matching the given criteria and time period, returns a list of apprenticeship levels being requested, ranked in order of number of postings requesting the apprenticeship level.
:::info
This endpoint allows querying by one primary facet type (location, occupation, skill, industry, employer) only. Multiple values of the same facet may be provided, in which case, they will be aggregated.
For more complex queries over multiple facets, see Perform complex boolean queries
:::
Request
Path Params
country_code
string
required
Example:
gb
Match pattern:
^[a-z]{2}$
Query Params
category_id
array[integer]
optional
company_id
array[integer]
optional
end_date
string <date>
required
Example:
2022-01-31
industry_id
array[string]
optional
limit
integer
optional
>= 1<= 1000
Default:
10
location_id
array[integer]
required
Example:
26
occupation_id
array[integer]
optional
occupation_taxonomy_id
integer
optional
>= 1
skill_id
array[integer]
optional
skill_tag_id
array[integer]
optional
start_date
string <date>
required
Example:
2022-01-01
Request samples
Responses
Request successful.(200)
Request successful.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
apprenticeship_level
object (ApprenticeshipLevel)
required
The apprenticeship level.
id
integer
required
The unique ID of the apprenticeship level.
>= 1<= 2147483647
Example:
6
name
string
required
The name of the apprenticeship level.
<= 128 characters
Example:
RQF Level 6 / SCQF Level 9-10
posting_count
integer
required
The number of postings requesting the apprenticeship level.
>= 0
Example
Not configured
Last modified: 4 months ago