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/
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.
Language technical key, i.e., the 2-char ISO code.
Country short name of the jurisdiction, i.e., the 2-digit ISO code.
Technical key of the region, i.e., the 2-digit ISO code.
Value of the region.
International identifier of the local authority which issues the identifier.
Identifier of the local authority which issues the identifier.
Technical key of the identifier, matches case-insensitive.
- Mock server
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v5/identifiers/issuingbodies
- Production SOAP
https://api.corporate-data-league.ch/metadata-api/soap/v5/v5/identifiers/issuingbodies
- Production
https://api.corporate-data-league.ch/metadata-api/v5/identifiers/issuingbodies
curl -i -X GET \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v5/identifiers/issuingbodies{ "pageSize": "10", "page": "1", "total": "100", "values": [ { … } ] }
- Mock server
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/identifiers
- Production SOAP
https://api.corporate-data-league.ch/metadata-api/soap/v5/v3/identifiers
- Production
https://api.corporate-data-league.ch/metadata-api/v3/identifiers
curl -i -X GET \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/metadata-api/api-v5/v3/identifiers{ "pageSize": "10", "page": "1", "total": "100", "values": [ { … } ] }
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.