Region Data Core Competencies Region Summary - Implan-Group/api GitHub Wiki
Property | Type | Details |
---|---|---|
occupationAggregationLevel | str or int | The code or name for the Aggregation Level . |
occupationDataYear | int | The Data Year to be used. |
This endpoint provides a zip
of CSV files for each table as found in IMPLAN Cloud under Regions -> Occupation Data -> Core Competencies -> Region Summary
.
The response will be a zip
file containing 6 csvs
:
- Ability.csv
- Education.csv
- Knowledge.csv
- OnJobTraining.csv
- Skill.csv
- WorkExperience.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/RegionCoreCompetenciesRegionSummary?hashId=9pbP1nM0VN
{ "occupationAggregationLevel": 3, "occupationDataYear": 2023 }
# The response is a zip file with the default name `RegionCoreCompetenciesRegionSummary.zip` that contains 6 files.