Aggregation Scheme Industry Mappings - Implan-Group/api GitHub Wiki

Aggregation Scheme - Industry Mappings

For custom Aggregation Schemes, returns the mappings of customized industries to their base IMPLAN code.


🖽 The Industry Mapping Object

Property Type Details
displayCode str A display code for the custom Industry.
displayDescription str A description for the custom Industry.
codeFrom int
codeTo int
industryIdFrom int
industryIdTo int

GET /api/v1/aggregationSchemes/{aggregationSchemeId}/industry-mapping

Parameter Spec Type Details
aggregationSchemeId route int The Aggregation Scheme the industry maps are for.

🧾Example

📤 Request

GET /api/v1/aggregationSchemes/2127/industry-mapping

📥 Response

[
    {
        "displayCode": "1",
        "displayDescription": "Threes",
        "codeFrom": 3,
        "codeTo": 3,
        "industryIdFrom": 4640,
        "industryIdTo": 4640
    },
]
⚠️ **GitHub.com Fallback** ⚠️