provider
Returns providers for the specified recruitment cycle.
get/recruitment_cycles/{year}/providers
Path parameters
yearstring required
The starting year of the recruitment cycle. Also accepts "current" for the current recruitment cycle. Defaults to current recruitment cycle if invalid year (eg "1066") is provided
Query parameters
sortstring[]
This schema is used to sort a collection.
Field(s) to sort the providers by.
[ "name" ]
Refine providers to return.
{
"can_sponsor_skilled_worker_visa": true,
"can_sponsor_student_visa": true,
"is_accredited_body": true,
"provider_name": "oxf",
"provider_type": "scitt,lead_school",
"region_code": "london,yorkshire_and_the_humber",
"updated_since": "2020-11-13T11:21:55Z"
}Pagination options to navigate through the collection.
{
"page": 3,
"per_page": 10
}include'recruitment_cycle'
The associated data for this resource.
Response
Collection of providers.
Example response
{
"data": [
{
"id": "14554",
"type": "providers",
"attributes": {
"city": "London",
"county": "London",
"changed_at": "2019-06-13T10:44:31Z",
"code": "X99",
"ukprn": "10071005",
"urn": "115074",
"created_at": "2019-06-13T10:44:31Z",
"postcode": "SK2 6AA",
"latitude": "51.498161",
"longitude": "-0.129900",
"telephone": "01834 80657",
"email": "school@example.com",
"name": "Long School",
"provider_type": "scitt",
"region_code": "south_west",
"street_address_1": "Long College",
"street_address_2": "1st floor, 86 Long Rd",
"street_address_3": "Newington",
"train_with_disability": "We are committed to supporting trainees with disabilities and other needs, so please let us and the accrediting provider know if you would like us to make any adjustments to support you.",
"train_with_us": "We offer both primary and secondary training in a wide range of subjects and work with a collection of schools in the local area. We offer diverse teaching placements, ensuring trainees have experience in different types of school environments.",
"website": "http://www.teamworkstsa.org/home-page-s-c-i-t-t-teacher-training/",
"discarded_at": "2023-07-18T15:23:15Z",
"selectable_school": true
},
"relationships": {
"recruitment_cycle": {
"data": {
"type": "recruitment_cycles",
"id": "3"
}
}
}
}
],
"included": [
{
"id": "3",
"type": "recruitment_cycles",
"attributes": {
"year": 2021,
"application_start_date": "2020-10-13",
"application_end_date": "2021-10-03"
}
}
],
"jsonapi": {
"version": "1.0"
}
}