Industry Codes by Aggregation Scheme - Implan-Group/api GitHub Wiki

Industry Codes by Aggregation Scheme


GET /api/v1/IndustryCodes/{aggregationSchemeId}

Returns a list of all the Industry Codes that belong to an Aggregation Schemes.

Parameter Type Details
aggregationSchemeId int The Aggregation Schemes that the resulting IndustryCode will belong to.

🧾Example

📤 Request

GET /api/v1/IndustryCodes/14

📥 Response

[
    {
        "id": 5594,
        "code": 1,
        "description": "Oilseed farming"
    },
    {
        "id": 5595,
        "code": 2,
        "description": "Grain farming"
    },
]
⚠️ **GitHub.com Fallback** ⚠️