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
Example response
{
"data": [
{
"id": 12,
"name": "Architect",
"slug": "architect",
"isActive": true
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.