Industry Codes by Industry Set - Implan-Group/api GitHub Wiki

Industry Codes by Industry Set


GET /api/v1/IndustryCodes

  • This is the same as calling the below endpoint with industrySetId equal to the current default US Industry Set.

GET /api/v1/IndustryCodes?industrySetId={industrySetId}

Returns a list of all the Industry Codes in a particular Industry Set.

Parameter Type Details
industrySetId int The Industry Set's identifier.

🧾Example

📤 Request

GET /api/v1/IndustryCodes

📥 Response

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