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.
Metadata API (5)
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/
https://api.corporate-data-league.ch/metadata-api/soap/v5/
https://api.corporate-data-league.ch/metadata-api/
Technical key of a CDQ data model concept.
DEPRECATED, use 'releaseStatus' instead.
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
ISO code of a country this data source is used in as a primary data source for compiling golden records.
ISO code of a country this data source is used in as a preferred data source for compiling golden records.
- Mock server
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/datasources
- Production SOAP
https://api.corporate-data-league.ch/metadata-api/soap/v5/v3/datasources
- Production
https://api.corporate-data-league.ch/metadata-api/v3/datasources
curl -i -X GET \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/datasources{ "pageSize": "10", "page": "1", "total": "100", "values": [ { … } ] }
- Mock server
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/datasources/goldenrecord
- Production SOAP
https://api.corporate-data-league.ch/metadata-api/soap/v5/v3/datasources/goldenrecord
- Production
https://api.corporate-data-league.ch/metadata-api/v3/datasources/goldenrecord
curl -i -X GET \
-u <username>:<password> \
'https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/datasources/goldenrecord?countryShortName=CH'{ "countryShortName": "CH", "primary": [ { … } ], "preferred": [ { … } ], "unallowed": [ { … } ], "other": [ { … } ] }
- Mock server
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/datasources/accessdata
- Production SOAP
https://api.corporate-data-league.ch/metadata-api/soap/v5/v3/datasources/accessdata
- Production
https://api.corporate-data-league.ch/metadata-api/v3/datasources/accessdata
curl -i -X GET \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/datasources/accessdata{ "pageSize": "10", "page": "1", "total": "100", "values": [ { … } ] }
- Mock server
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/datasources/{aleiPrefix}/managedidentifiers
- Production SOAP
https://api.corporate-data-league.ch/metadata-api/soap/v5/v3/datasources/{aleiPrefix}/managedidentifiers
- Production
https://api.corporate-data-league.ch/metadata-api/v3/datasources/{aleiPrefix}/managedidentifiers
curl -i -X GET \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/datasources/DE.RC/managedidentifiers{ "managedIdentifierTypes": [ { … } ] }
Identifiers
-> Categorize the API endpoints related to operations on identifiers. These operations include getting a list of identifier issuing bodies, which can be filtered and paged by optional query parameters. The metadata provided includes technical keys, names, descriptions, jurisdictions, and associated identifier types among others.
Postal Delivery Points
-> Categorize the API endpoints related to operations on postal delivery points. These operations include reading postal delivery point metadata. The metadata provided includes postal delivery point names, postal delivery point technical keys, and postal delivery point categories.