Download OpenAPI specification:Download
A comprehensive suite of services that provides access to CDQ metadata. It is designed to offer basic services to apply such a metadata, for instance, for parsing.
-> Categorize the API endpoints related to operations on data sources. These operations include reading data source metadata. The metadata provided includes data source names, data source technical keys, and data source categories.
Provides metadata on external data sources such as legal forms, address data, or legal entity data. Results are paged by optional query parameters and filtered by additional parameters such as country short name or concepts provided by the particular data source.
aleiPrefix | string Prefix of the database name, according to ALEI standard. Example: aleiPrefix=DE.RC |
countryShortName | string Country short name, i.e., the 2-digit ISO code. Example: countryShortName=CH |
implementationStatus | string DEPRECATED, use 'releaseStatus' instead. Example: implementationStatus=ACTIVE |
managedConceptTechnicalKey | string Technical key of a CDQ data model concept. Example: managedConceptTechnicalKey=LEGAL_FORM |
preferredInCountry | string ISO code of a country this data source is used in as a preferred data source for compiling golden records. Example: preferredInCountry=CH |
primaryInCountry | string ISO code of a country this data source is used in as a primary data source for compiling golden records. Example: primaryInCountry=CH |
releaseStatus | Array of integers See https://meta.cdq.com/Property:Release_status for semantics. According to CDLD-22386 list of 4,5,6,7, corresponds to active data sources Example: releaseStatus=4,5,6,7 |
technicalKey | string Technical key. Example: technicalKey=DE_RC |
unallowedInCountry | string ISO code of a country this data source is not allowed to be used in for compiling golden records. Example: unallowedInCountry=CH |
OK
{- "pageSize": "10",
- "page": "1",
- "total": "100",
- "values": [
- {
- "aleiPrefix": "VIES",
- "technicalKey": "VIES",
- "shortName": "VIES",
- "fullName": "VAT Information Exchange System",
- "localName": "VAT Information Exchange System",
- "shortDescription": "Official interface to the European MIAS database.",
- "businessRegistryCode": "RA000274",
- "countryScope": "CH",
- "countryScopeList": [
- "CH"
], - "managedConceptTechnicalKeys": [
- "ADDRESS"
], - "managedIdentifierTypes": [
- "CH_VAT_ID"
], - "categories": [
- "VAT"
], - "implementationStatus": "N/A",
- "releaseStatus": "1",
- "dataOwnership": "GOVERNMENTAL",
- "dataProvision": "OPEN",
- "termsType": "EU_PUBLIC",
- "numberOfRecords": "50000000",
- "provider": "European Commission",
- "credentialTypes": [
- "USERNAME"
]
}
]
}