Skip to main content

DataSetQueryLocationLocalAuthorityOldCode

A local authority (identified by its old code) to filter results by.

Properties

Property Type Required Description
oldCode string true

The old code (previously the LEA code) of the local authority. This is typically a 3-digit number e.g. 318, but may be a combination of multiple codes e.g. 318 / 319.

Validation constraints:

  • Maximum length: 20
  • Minimum length: 1
level GeographicLevelCode false

The geographic level of the local authority. Must be set to LA.

Example schema

{
  "oldCode": "373",
  "level": "LA"
}