Industry Codes by Industry Set - Implan-Group/api GitHub Wiki
- This is the same as calling the below endpoint with
industrySetId
equal to the current default US Industry Set.
Returns a list of all the Industry Codes
in a particular Industry Set
.
Parameter | Type | Details |
---|---|---|
industrySetId | int | The Industry Set's identifier. |
GET /api/v1/IndustryCodes
[ { "id": 5594, "code": 1, "description": "Oilseed farming" }, { "id": 5595, "code": 2, "description": "Grain farming" }, ]