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
{ "meta": { "numPages": 123, "page": 123, "perPage": 123, "total": 123 }, "data": [ { "key": "<string>", "profile": { "sourceProfiles": [ { "source": "<string>", "type": "<string>" } ] }, "resolutionRule": { "resolvers": {}, "matchers": {}, "properties": {}, "mappings": [ { "source": "<string>", "type": "<string>", "paths": {} } ] } } ] }
List collections in the MDM.
A successful response.
Show child attributes
Was this page helpful?