v1
latestOpenAPI 3.1.02026-07-2466150275.0 KBIndustry
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
Example response
{
"data": [
{
"id": 12,
"name": "Architect",
"slug": "architect",
"isActive": true
}
]
}