Skip to main content
GET
/
mdm
/
v1
/
collections
/
{collectionKey}
Get a collection in the MDM
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": {}
      }
    ]
  }
}

Path Parameters

collectionKey
string
required

Key of the collection.

Response

A successful response when the collection exists.

profile
object
required
key
string
resolutionRule
object
I