DataSetQueryLocationLocalAuthorityCode
A local authority (identified by its ONS code) to filter results by.
Properties
Property | Type | Required | Description |
---|---|---|---|
code |
string | true |
The ONS code of the local authority. This is typically 9 characters
in the standard ONS format for local authorities e.g. Validation constraints:
|
level |
GeographicLevelCode | true |
The geographic level of the local authority. Must be set to Validation constraints:
|
Example schema
{
"code": "E08000019",
"level": "LA"
}