DataSetQueryLocationSchoolLaEstab
A school (identified by its LAESTAB) to filter results by.
Properties
Property | Type | Required | Description |
---|---|---|---|
laEstab |
string | true |
The LAESTAB (local authority establishment number) of the school. This is typically a 7-digit number. Validation constraints:
|
level |
string | true |
The geographic level of the location. Must be set to Validation constraints:
|
Example schema
{
"laEstab": "1234567",
"level": "SCH"
}