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

# Get Trades

`GET /v1/industry/trade/`

Get a list of trades associated with a specific industry type.

_Trade_ is the most specific grouping in the industry hierarchy. As an example, in the hierarchy: Construction -> Sub Contractor -> Acoustics, _Acoustics_ is the trade.

## Query parameters

- `industry_type_id` integer, nullable

## Response `200`

Successful Response

- ApiGenericListResponseTradeModel
  - `error` boolean — A boolean error indicator.
  - `message` string, nullable — Optional message.
  - `data` TradeModel[], nullable — The response data for any given request.
    - `id` integer, required — The trade identifier.
    - `name` string, required — The name of the trade.
    - `slug` string, required — A web friendly version of the name.
    - `isActive` boolean, required — An indicator if this trade is active.
    - `industryTypeId` integer, nullable

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