Region Data Industry Occupation Details - Implan-Group/api GitHub Wiki
Property | Type | Details |
---|---|---|
occupationAggregationLevel | str or int | The code or name of the Aggregation Level . |
occupationDataYear | int | The Data Year to be used. |
industryCode | int | The Industry Code for the Industry. |
occupationCodeFilter | array | A list of Occupation Codes used for filtering. |
This endpoint provides a csv
of industry occupation details as found in IMPLAN Cloud under Regions -> Occupation Data -> Industry Occupation Detail
.
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/RegionIndustryOccupationDetail?hashId=9pbP1nM0VN
{ "occupationDataYear": 2023, "occupationAggregationLevel": 3, "industryCode": 1, "occupationCodeFilter": ["11-1000", "37-2000", "51-1000"] }
OCC Code,Occupation,Wage and Salary Employment,Wage and Salary Income,Supplements to Wages and Salaries,Employee Compensation,Hours Worked 11-1000,Top Executives,0.0,17715.0,4517.0,22232.0,124.0 37-2000,Building Cleaning and Pest Control Workers,0.0,147.0,37.0,185.0,4.0 51-1000,Supervisors of Production Workers,0.0,618.0,157.0,776.0,15.0