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

# Get Industry Types and Trades

`GET /v1/industry/type-trade/`

Get a list of all industries, industry types and trades.

This gives a de-normalized list of all active industry records, the associated industry type records, and the associated trade records. Effectively this is the result of left-join of the industry, industry type, trade hierarchy.

## Query parameters

- `industry_id` integer, nullable
- `industry_type_id` integer, nullable

## Response `200`

Successful Response

- ApiGenericListResponseIndustryTradeModel
  - `error` boolean — A boolean error indicator.
  - `message` string, nullable — Optional message.
  - `data` IndustryTradeModel[], nullable — The response data for any given request.
    - `industryId` integer, required — The industry identifier.
    - `industryName` string, required — The name of the industry category
    - `industrySlug` string, required — The web-friendly name of the industry category
    - `industryTypeId` integer, nullable — The industry type identifier.
    - `industryTypeName` string, nullable — The name of the industry type category.
    - `industryTypeSlug` string, nullable — The web-friendly identifier for the industry type category.
    - `tradeId` integer, nullable — The trade identifier.
    - `tradeName` string, nullable — The name of the trade category
    - `tradeSlug` string, nullable — The slug for the trade category.

## 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)
