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