Skip to main content
GET
/
mdm
/
v1
/
relationship-definitions
/
{relationshipDefinitionKey}
Get a relationship definition from the mdm
curl --request GET \
  --url https://{workspaceId}.clinia.cloud/mdm/v1/relationship-definitions/{relationshipDefinitionKey}
{
  "key": "<string>",
  "from": "<string>",
  "to": "<string>",
  "relationshipMapping": {}
}

Path Parameters

relationshipDefinitionKey
string
required

The key of the relationship definition.

Response

The relationship definition.

from
string
required
to
string
required
relationshipMapping
object
required
key
string
I