v1

latestOpenAPI 3.1.02026-07-2466150275.0 KB
Industry

Get Trades

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.

get/v1/industry/trade/

Query parameters

industry_type_idinteger nullable

Response

Successful Response

errorboolean

A boolean error indicator.

messagestring nullable

Optional message.

Example response

{
  "data": [
    {
      "id": 12,
      "name": "Architect",
      "slug": "architect",
      "isActive": true
    }
  ]
}