filing-types
Retrieve details for a single filing type by its primary key (likely ID, depends on model).
Request samples
curl --location --request GET 'https://api.financialreports.eu/filing-types//' \
--header 'x-api-key;'
Responses
application/json Serializer for FilingType model, representing the type of a regulatory filing.
Unique code identifying the filing type.
Human-readable name of the filing type.
Detailed description of the filing type.
{
"code": "string",
"name": "string",
"description": "string"
}
Modified at 2025-04-23 09:48:35