List all industry groups
DevelopingGET
/industry-groups/Overview
This endpoint retrieves a list of all industry groups in the system. Industry groups represent the second level of industry classification, providing more specific categorization than sectors.
Key features:
- Provides a list of industry group codes and names
- Includes associated sector information for each industry group
- Supports filtering by sector
- Offers search functionality
Filtering
The endpoint allows filtering by:
- Sector: Retrieve industry groups within a specific sector
Search Functionality
The endpoint allows searching across:
- Industry group code
- Industry group name
Usage
This endpoint is useful for:
- Exploring more detailed industry classifications within sectors
- Filtering companies by more specific economic activities
- Building hierarchical industry selection interfaces
- Conducting industry-specific analyses
Researchers and analysts can use this endpoint to drill down into more specific industry classifications for their studies.
Request
Query Params
page
integer
optional
The current page number to navigate through the paginated results
Example:
1
page_size
integer
optional
The number of items to return per page
Example:
50
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/3435958)[]
optional
#/definitions/3435958
optional
Example
[
{
"code": "2404",
"name": "adversus",
"sector": {
"code": "14",
"name": "cupressus"
}
},
{
"code": "1755",
"name": "alo",
"sector": {
"code": "27",
"name": "dignissimos"
}
},
{
"code": "9652",
"name": "universe",
"sector": {
"code": "69",
"name": "vivo"
}
}
]
Last modified: 2 months ago