cURL
curl --request GET \ --url https://{workspaceId}.clinia.cloud/mdm/v1/relationship-definitions/{relationshipDefinitionKey} \ --header 'X-Clinia-API-Key: <api-key>'
{ "from": "<string>", "to": "<string>", "relationshipMapping": {}, "key": "<string>" }
Get a relationship definition from the mdm.
The key of the relationship definition.
The relationship definition.
Show child attributes
Was this page helpful?