Regions (1 dataset)
The endpoint returns list of all the regions in dataset provided by the user if the dataset is public or owned by logged-in user.
Input
DatasetId: Unique identifier for a dataset.
Result:
| Name | Type | Description |
| datasetId | string | Dataset's unique identifier |
| geoDimensionId | string | Id of geographical dimension |
| regions | List<RegionInfo> | List of regions |
| key | int | key for the region |
| name | string | name of region |
| regionId | string | id of the region |
| fields | Dictionary<string, object> | Metadat fields of region member |
Example:
Get: http://data.gov.om/api/1.0/meta/dataset/wkksqbb/regions
|