---
title: "Get Industry Types"
method: GET
path: "/v1/industry/type/"
tags: ["Industry"]
---

# Get Industry Types

`GET /v1/industry/type/`

Get a list of active industry types for a specific industry.

_Industry type_ is the middle category in scope. As an example, in the hierarchy: Construction -> Sub Contractor -> Acoustics, _Sub Contractor_ is the industry type.

## Query parameters

- `industry_id` integer, nullable

## Response `200`

Successful Response

- ApiGenericListResponseIndustryTypeBaseModel
  - `error` boolean — A boolean error indicator.
  - `message` string, nullable — Optional message.
  - `data` IndustryTypeBaseModel[], nullable — The response data for any given request.
    - `id` integer, required — The industry type identifier.
    - `name` string, required — The name of the industry type.
    - `slug` string, required — A web friendly version of the name.
    - `isActive` boolean, required — An indicator if this industry type is active.
    - `industryId` integer, nullable — The associated industry identifier

## Other responses

- `400` — Business Logic Error
- `403` — Permission Error
- `404` — Records Not Found
- `409` — Integrity Error or Data Conflict
- `422` — Validation Error

---

[API](https://skmtc.dev/salussafety/apis/salus-developer-api.md) · [All operations](https://skmtc.dev/salussafety/apis/salus-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salussafety/salus-developer-api/revisions/ef065f44da25/schema)
