cURL
curl --request GET \ --url https://{workspaceId}.clinia.cloud/sources/{sourceKey}/v1/relationship-definitions/{relationshipDefinitionKey} \ --header 'X-Clinia-API-Key: <api-key>'
{ "from": { "profileKey": "<string>", "includeKey": "<string>", "includeCardinality": "0:*" }, "to": { "profileKey": "<string>", "includeKey": "<string>", "includeCardinality": "0:*" }, "description": "<string>", "properties": {}, "key": "<string>" }
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?