Skip to main content
GET
/
mdm
/
v1
/
collections
/
{collectionKey}
/
profile
Get the collection profile
curl --request GET \
  --url https://{workspaceId}.clinia.cloud/mdm/v1/collections/{collectionKey}/profile
{
  "sourceProfiles": [
    {
      "source": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

collectionKey
string
required

Key of the collection.

Response

A successful response when the resolution rule exists.

sourceProfiles
object[]
required

The source profiles used by the mdm profile.

Minimum length: 1
I