DataSetQueryLocationSchoolUrn
A school (identified by its URN) to filter results by.
Properties
Property | Type | Required | Description |
---|---|---|---|
urn |
string | true |
The URN (unique reference number) of the school. This is typically a 6-digit number. Validation constraints:
|
level |
GeographicLevelCode | true |
The geographic level of the school. Must be set to Validation constraints:
|
Example schema
{
"urn": "123456",
"level": "SCH"
}