v1
latestOpenAPI 3.0.3Proprietary2026-07-244065126.5 KBTaxonomy
List Taxonomy Sub-Industries
Retrieve a list of active Taxonomy Sub-Industries and their associated companies, with optional filtering by company_id.
get/api/v2/taxonomy/sub-industries
Query parameters
company_idinteger
Filter sub-industries associated with the specified company ID
limitinteger
Number of results to return per page.
offsetinteger
The initial index from which to return the results.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}