Region Data Core Competencies Industry Summary - Implan-Group/api GitHub Wiki
Property | Type | Details |
---|---|---|
occupationAggregationLevel | str or int | The Aggregation Level . |
occupationDataYear | int | The Data Year to be used. |
industryCode | int | The code for the industry. |
This endpoint provides a zip
of CSV files for each table as found in IMPLAN Cloud under Regions -> Occupation Data -> Core Competencies -> Industry Summary
.
The response will be a zip
file containing 6 csvs
:
- Ability - Industry Code #.csv
- Education - Industry Code #.csv
- Knowledge - Industry Code #.csv
- OnJobTraining - Industry Code #.csv
- Skill - Industry Code #.csv
- WorkExperience - Industry Code #.csv
Parameter | Spec | Type | Details |
---|---|---|---|
aggregationSchemeId | route | int | The Aggregation Scheme to filter by. |
hashId | query | str❔ | The HashId of the Region to filter by. |
urid | query | int❔ | The Urid of the Region to filter by. |
userModelId | query | int❔ | The UserModelId of the Region to filter by. |
body | body | str | An Export Request object. |
GET /api/v1/regions/export/14/RegionCoreCompetenciesIndustrySummary?hashId=9pbP1nM0VN
{ "occupationAggregationLevel": 3, "occupationDataYear": 2023, "industryCode": 1 }
# The response is a zip file with the default name `RegionCoreCompetenciesIndustrySummary-IndustryCode-#.zip` that contains 6 files.