DataSetQueryLocationId
A location (identified by an ID) to filter results by.
Note that location IDs are guaranteed to be unique to a single location unlike location codes (which may correspond to multiple locations).
Properties
Property | Type | Required | Description |
---|---|---|---|
id |
string | true |
The ID of the location. If specified, this will be used instead of any codes or other types of identifier. Validation constraints:
|
level |
GeographicLevelCode | true |
The geographic level of the location. This should be a valid geographic level code e.g. |
Example schema
{
"id": "2tYX",
"level": "NAT"
}