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

Authorizations

X-Clinia-API-Key
string
header
required

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
read-only