Get Region by Id - Implan-Group/api GitHub Wiki
This endpoint retrieves a Region by one of its identifiers.
Parameter | Spec | Type | Details |
---|---|---|---|
aggregationSchemeId | route | int | The Aggregation Scheme to filter by. |
datasetId | route | int | The Dataset to filter by. |
regionId | route | str | The Regional Identifier of the region. |
GET /api/v1/region/1/119/yDxXX13pxJ
{ "hashId": "yDxXX13pxJ", "urid": 1012102, "userModelId": null, "description": "Oregon", "modelId": 4877, "modelBuildStatus": "Complete", "employment": 2482433.4324796004, "output": 403857143816.1361, "valueAdded": 232201737262.67773, "aggregationSchemeId": 1, "datasetId": 49, "datasetDescription": "2017", "fipsCode": "41", "provinceCode": null, "m49Code": null, "regionType": "State", "hasAccessibleChildren": false, "regionTypeDescription": "State", "geoId": "41", "isMrioAllowed": true }