List documents

List documents available to download for given company

Input

User needs to provide company number

AttributeTypeDescription

companyNumber

String

Company number

Output

AttributeTypeDescription

type

String

The type of the document or entry, which can be one of the following:

  • CONSTITUTION

  • TERMINATION

  • DENOMINATION

  • REGISTERED_OFFICE

  • OTHER_ADDRESS

  • OBJECT

  • CAPITAL_ACTIONS

  • RESIGNATIONS_NOMINATIONS

  • GENERAL_ASSEMBLY

  • FISCAL_YEAR

  • STATUTES

  • LEGAL_FORM_MODIFICATION

  • RESTRUCTURING

  • ANNUAL_ACCOUNTS

  • MISC

  • BCE_CANCELLATION

  • NBB_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"
    }
  ]
}

Last updated