Retrieve a specific sector
DevelopingGET
/sectors/{id}/Overview
This endpoint provides detailed information about a single sector.
Data Provided
For each sector, the endpoint returns:
- Code: A unique identifier for the sector
- Name: The name of the sector
Usage
This endpoint is valuable for:
- Obtaining specific information about a particular economic sector
- Verifying sector codes encountered in company data
- Integrating sector information into applications or reports
Analysts and researchers can use this endpoint to get precise information about a specific sector for their economic and industry analyses.
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": "25",
"name": "territo"
}
Last modified: 2 months ago