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} \
  --header 'X-Clinia-API-Key: <api-key>'
{
  "profile": {
    "sourceProfiles": [
      {
        "source": "<string>",
        "type": "<string>"
      }
    ]
  },
  "key": "<string>",
  "resolutionRule": {
    "resolvers": {},
    "properties": {},
    "mappings": [
      {
        "source": "<string>",
        "type": "<string>",
        "paths": {}
      }
    ]
  }
}

Authorizations

X-Clinia-API-Key
string
header
required

Path Parameters

collectionKey
string
required

Key of the collection.

Response

A successful response when the collection exists.

profile
object
required
key
string
resolutionRule
object