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/
- Mock server
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/concepts/{technicalKey}
- Production SOAP
https://api.corporate-data-league.ch/metadata-api/soap/v5/v3/concepts/{technicalKey}
- Production
https://api.corporate-data-league.ch/metadata-api/v3/concepts/{technicalKey}
curl -i -X GET \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/concepts/BUSINESS_PARTNER_NAME_TYPE{ "url": "https://meta.cdq.com/Category:Data_model_concept", "name": "Address", "technicalKey": "ADDRESS", "parentConceptTechnicalKey": "BUSINESS_PARTNER", "description": "Address data." }
- Mock server
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/datamodelvaluemappings
- Production SOAP
https://api.corporate-data-league.ch/metadata-api/soap/v5/v3/datamodelvaluemappings
- Production
https://api.corporate-data-league.ch/metadata-api/v3/datamodelvaluemappings
curl -i -X GET \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/datamodelvaluemappings{ "pageSize": "10", "page": "1", "total": "100", "values": [ { … } ] }
- Mock server
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/objects
- Production SOAP
https://api.corporate-data-league.ch/metadata-api/soap/v5/v3/objects
- Production
https://api.corporate-data-league.ch/metadata-api/v3/objects
curl -i -X GET \
-u <username>:<password> \
'https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/objects?subject=Dummy+post-code+detected+%28MK%29&predicate=Has_country_scope'{ "pageSize": "10", "page": "1", "total": "100", "values": [ { … } ] }
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.