Skip to content

Collaboration API (1)

CDQ.POOL API for reviews

Download OpenAPI description
Languages
Servers
Mock server

https://idp.cdq.com/_mock/apis/collaboration-api/api-v1/

Production SOAP

https://collaboration-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/

Production

https://collaboration-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/

Sharing

Everything about Business Partners

Operations

Matching

Everything about Business Partners

Reviews

Collaborative review of Business Partner updates

Maintenance

Operations

Cache

Operations

Cache

Request

Clear cache.

Security
oAuth2
Path
cacheNamestringrequired

cacheName of the cache to be cleared.

Enum"collaborationCreated""collaborationDataMatchingDefinition""collaborationLinkageStrategies"
Example: collaborationDataMatchingDefinition
Headers
X-Credential-Usernamestringrequired

Username that is passed as header parameter with the name X-Credential-Username.

Example: johndoe
curl -i -X DELETE \
  https://idp.cdq.com/_mock/apis/collaboration-api/api-v1/cache/collaborationDataMatchingDefinition \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'X-Credential-Username: johndoe'

Responses

OK