Retrieve a specific sub-industry
DevelopingGET
/sub-industries/{id}/Overview
This endpoint provides detailed information about a single sub-industry.
Data Provided
For each sub-industry, the endpoint returns:
- Code: A unique identifier for the sub-industry
- Name: The name of the sub-industry
- Industry: Details of the associated industry (code, name, and industry group)
Usage
This endpoint is valuable for:
- Obtaining specific information about a particular sub-industry
- Understanding the full classification hierarchy for a sub-industry
- Verifying sub-industry codes encountered in company data
- Integrating the most detailed level of industry classification into applications or reports
Analysts can use this endpoint to get precise information about a specific sub-industry and its place in the complete industry classification hierarchy.
Request
Path Params
id
integer
required
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"code": "87858977",
"name": "attero",
"industry": {
"code": "457974",
"name": "approbo",
"industry_group": {
"code": "9554",
"name": "ventus",
"sector": {
"code": "97",
"name": "vinculum"
}
}
}
}
Last modified: 2 months ago