Welcome to our new documentation website! Explore the updated structure and resources to help you get the most out of Clinia's platform.
cURL
curl --request GET \ --url https://{workspaceId}.clinia.cloud/mdm/v1/collections/{collectionKey}
{ "key": "<string>", "profile": { "sourceProfiles": [ { "source": "<string>", "type": "<string>" } ] }, "resolutionRule": { "resolvers": {}, "matchers": {}, "properties": {}, "mappings": [ { "source": "<string>", "type": "<string>", "paths": {} } ] } }
Get the collection with given key in the MDM.
Key of the collection.
A successful response when the collection exists.
Show child attributes
Was this page helpful?