Get Industry Sets - Implan-Group/api GitHub Wiki

Get Industry Sets

🔗Links


GET /api/v1/industry-sets

Returns a list of all available Industry Sets.


🧾Example

📤 Request

GET /api/v1/industry-sets

📥 Response

[
	{
        "id": 12,
        "description": "528 Industries",
        "defaultAggregationSchemeId": 14,
        "activeStatus": true,
        "isDefault": true,
        "mapTypeId": 1,
        "isNaicsCompatible": true
    }
]
⚠️ **GitHub.com Fallback** ⚠️