Search apprenticeship types
GET
/api/v1.1/{country_code}/search/apprenticeship-typesReturns a list of supported apprenticeship types for a given query.
Request
Path Params
country_code
string
required
Country code
Example:
gb
Match pattern:
[a-z]{2}
Query Params
limit
integer
optional
Maximum number of results to fetch.
>= 1
Default:
20
q
string
required
Search query string.
>= 3 characters
Request samples
Responses
Request successful.(200)
Request successful.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
id
integer
required
>= 1<= 2147483647
Example:
15
name
string
required
<= 128 characters
Example:
Technical Apprenticeship (Level 8)
Example
[
{
"id": 15,
"name": "Technical Apprenticeship (Level 8)"
}
]
Last modified: 6 months ago