This API provides services to search and read reference data
Referencedata API (4)
https://idp.cdq.com/_mock/apis/referencedata-api/api-v4/
https://api.corporate-data-league.ch/referencedata/soap/v4/
https://api.corporate-data-league.ch/referencedata/
Business Partner IDs which should be filtered.
Pagination cursor which should be filled with nextStartAfter value provided in the previous page read response.
- Mock server
https://idp.cdq.com/_mock/apis/referencedata-api/api-v4/lookupjobs/{id}/results
- Production SOAP
https://api.corporate-data-league.ch/referencedata/soap/v4/lookupjobs/{id}/results
- Production
https://api.corporate-data-league.ch/referencedata/lookupjobs/{id}/results
curl -i -X GET \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/referencedata-api/api-v4/lookupjobs/cbed7ac6-a97d-4c23-9060-2a88fa660957/results \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3'{ "startAfter": "5712566172571652", "limit": "100", "total": "67", "values": [ { … } ] }
Business Partner IDs which should be filtered.
Pagination cursor which should be filled with nextStartAfter value provided in the previous page read response.
- Mock server
https://idp.cdq.com/_mock/apis/referencedata-api/api-v4/public/v3/lookupjobs/{id}/results
- Production SOAP
https://api.corporate-data-league.ch/referencedata/soap/v4/public/v3/lookupjobs/{id}/results
- Production
https://api.corporate-data-league.ch/referencedata/public/v3/lookupjobs/{id}/results
curl -i -X GET \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/referencedata-api/api-v4/public/v3/lookupjobs/cbed7ac6-a97d-4c23-9060-2a88fa660957/results \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3'{ "startAfter": "5712566172571652", "limit": "100", "total": "67", "values": [ { … } ] }