Skip to main content

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:

  • Maximum length: 20
  • Minimum length: 1
level string true

The geographic level of the location. Must be set to SCH.

Validation constraints:

  • Minimum length: 1

Example schema

{
  "laEstab": "1234567",
  "level": "SCH"
}