Welcome to our new documentation website! Explore the updated structure and resources to help you get the most out of Clinia's platform.
cURL
curl --request GET \ --url https://{workspaceId}.clinia.cloud/sources/{sourceKey}/v1/relationship-definitions/{relationshipDefinitionKey} \ --header 'X-Clinia-API-Key: <api-key>'
{ "key": "<string>", "from": { "profileKey": "<string>", "includeKey": "<string>", "includeCardinality": "0:*" }, "to": { "profileKey": "<string>", "includeKey": "<string>", "includeCardinality": "0:*" }, "description": "<string>", "properties": {} }
Get a relationship definition from the registry.
The key of the source.
The key or the id of the relationship definition.
The relationship definition.
Show child attributes
Description of the relationship definition.
Was this page helpful?