LocationLocalAuthorityOptionViewModel
A location option for a local authority that can be used to filter a data set.
Properties
Property | Type | Required | Description |
---|---|---|---|
id |
string | false |
The ID of the location. |
label |
string | false |
The human-readable label of the location. |
code |
string | true |
The ONS code of the local authority. |
oldCode |
string | true |
The old code (previously the LEA code) of the local authority. |
Example schema
{
"id": "bOmZ4",
"label": "Sheffield",
"code": "E08000019",
"oldCode": "373"
}