Retrieve a specific filing type
DevelopingGET
/filing-types/{id}/Overview
This endpoint provides detailed information about a single filing type. It offers a comprehensive view of a particular category of financial document or regulatory filing.
Data Provided
For each filing type, the endpoint returns:
- Code: A unique identifier for the filing type
- Name: The human-readable name of the filing type
- Description: A detailed explanation of what this filing type represents
Usage
This endpoint is valuable for:
- Obtaining detailed explanations of specific filing types
- Verifying the meaning of filing type codes encountered in other parts of the API
- Integrating accurate filing type information into applications or reports
Analysts, developers, and researchers can use this endpoint to get in-depth information about a particular filing type, helping to ensure accurate interpretation of financial documents and regulatory filings.
Request
Path Params
id
string
required
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"code": "AB",
"name": "celo",
"description": "conculco tabgo sophismata"
}
Last modified: 2 months ago