Filing Types
Retrieve details for a specific filing type by its ID.
Request samples
curl --location --request GET 'https://api.financialreports.eu/filing-types//' \
--header 'x-api-key;'
Responses
application/json
Successfully retrieved the filing type details.
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-05-24 05:59:30