Region Data Core Competencies Occupation Summary - Implan-Group/api GitHub Wiki

Region Core Competencies - Occupation Summary


🖽 The Export Request Object

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.

GET /api/v1/regions/export/{aggregationSchemeId}/RegionCoreCompetenciesOccupationSummary

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.

🧾Example

📤 Request

GET /api/v1/regions/export/14/RegionCoreCompetenciesOccupationSummary?hashId=9pbP1nM0VN

{
  "occupationAggregationLevel": 3,
  "occupationDataYear": 2023,
  "occupationCode": "11-1000"
}

📥 Response

# The response is a zip file with the default name `RegionCoreCompetenciesOccupationSummary.zip` that contains 6 files.
⚠️ **GitHub.com Fallback** ⚠️