List documents
List documents available to download for given company
Input
User needs to provide company number
Attribute
Type
Description
companyNumber
String
Company number
Output
Attribute
Type
Description
type
String
The type of the document or entry, which can be one of the following:
CONSTITUTIONTERMINATIONDENOMINATIONREGISTERED_OFFICEOTHER_ADDRESSOBJECTCAPITAL_ACTIONSRESIGNATIONS_NOMINATIONSGENERAL_ASSEMBLYFISCAL_YEARSTATUTESLEGAL_FORM_MODIFICATIONRESTRUCTURINGANNUAL_ACCOUNTSMISCBCE_CANCELLATIONNBB_ANNUAL_ACCOUNTS
description
String
A description of the document or entry.
date
String
The date of the document or entry.
id
String
A URL or identifier for the document or entry.
{
"cbe": [
{
"type": "CONSTITUTION",
"description": "RUBRIEK OPRICHTING (NIEUWE RECHTSPERSOON, OPENING BIJKANTOOR, ENZ...)",
"date": "2016-01-21",
"id": "https://www.ejustice.just.fgov.be/tsv_pdf/2016/01/21/16301685.pdf"
},
{
"type": "DENOMINATION",
"description": "BENAMING - MAATSCHAPPELIJKE ZETEL - DOEL",
"date": "2017-07-13",
"id": "https://www.ejustice.just.fgov.be/tsv_pdf/2017/07/13/17101092.pdf"
},
{
"type": "REGISTERED_OFFICE",
"description": "BENAMING - MAATSCHAPPELIJKE ZETEL - DOEL",
"date": "2017-07-13",
"id": "https://www.ejustice.just.fgov.be/tsv_pdf/2017/07/13/17101092.pdf"
},
{
"type": "OBJECT",
"description": "BENAMING - MAATSCHAPPELIJKE ZETEL - DOEL",
"date": "2017-07-13",
"id": "https://www.ejustice.just.fgov.be/tsv_pdf/2017/07/13/17101092.pdf"
},
{
"type": "NBB_ANNUAL_ACCOUNTS",
"description": "Micro model kapitaalloze vennootschap",
"date": "2023-08-02",
"id": "c502a4cf-2f83-11ee-b31e-556b203f91b6"
}
]
}
Was this helpful?