List all sectors
DevelopingGET
/sectors/Overview
This endpoint retrieves a list of all sectors in the system. Sectors represent the highest level of industry classification, grouping companies into broad economic activities.
Key features:
- Provides a comprehensive list of sector codes and names
- Supports search functionality for easy lookup
Search Functionality
The endpoint allows searching across:
- Sector code
- Sector name
This feature enables quick location of specific sectors or groups of related sectors.
Usage
This endpoint is useful for:
- Understanding the broad economic categories available in the system
- Filtering companies by high-level economic activities
- Building user interfaces with sector selection features
- Performing top-level industry analysis
Researchers, analysts, and developers can use this endpoint to get an overview of the main economic sectors represented in the company database.
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/3435956)[]
optional
#/definitions/3435956
optional
Example
[
{
"code": "44",
"name": "vulnus"
},
{
"code": "20",
"name": "alveus"
},
{
"code": "45",
"name": "amoveo"
}
]
Last modified: 2 months ago