curl --request GET \
--url https://{workspaceId}.clinia.cloud/mdm/v1/relative-identity-collections{
"meta": {
"numPages": 123,
"page": 123,
"perPage": 123,
"total": 123
},
"data": [
{
"key": "<string>",
"config": {
"type": "SEQUENCE",
"offset": 123
},
"differentiators": {},
"status": "ACTIVE"
}
]
}List relative identity collections in the MDM.
curl --request GET \
--url https://{workspaceId}.clinia.cloud/mdm/v1/relative-identity-collections{
"meta": {
"numPages": 123,
"page": 123,
"perPage": 123,
"total": 123
},
"data": [
{
"key": "<string>",
"config": {
"type": "SEQUENCE",
"offset": 123
},
"differentiators": {},
"status": "ACTIVE"
}
]
}A successful response.
Show child attributes
Key of the relative identity definition
it must follow pattern: ^[a-zA-Z0-9-][\w-]{0,61}$.
This is used to configure one or many differentiators properties for a unified collection. The key is the unified collection key and value is the differentiator properties.
Show child attributes
Show child attributes
The differentiator properties of the unified collection.
The property key must follow the pattern: ^[a-zA-Z0-9-][\w-]{0,61}$.
Allowed property definitions are v1BooleanPropertyDefinition, v1CodePropertyDefinition, v1SymbolPropertyDefinition and v1IntegerPropertyDefinition.
Show child attributes
Show child attributes
address, attachment, boolean, code, coding, contactpoint, date, datetime, decimal, geopoint, humanname, identifier, instant, integer, markdown, period, reference, symbol, time, uri, url, xhtml, array, object If set to true, the property cannot be set as required in the rules properties, and can only be set by the ingestion pipeline. Any value provided by the user will be ignored.
Description of the property.
Show child attributes
List of possible values for the property: string and number types only.
1An operator that defines when the rule should be applicable. Whenever this operator evaluates to true, the rule will be checked; when it is evaluated to false, the rule is ignored entirely and none of its validation is applied.
Supported operators are: 'eq', 'lt' and 'gt'. TODO: [ENG-4213] Add examples and document [current] and [*]..
Defines a subset of values the property can take. A binding can be defined for a code, a coding, a symbol or an URI property. In the case of a coding, the binding is applied to the code sub-attribute.
Show child attributes
Show child attributes
The strength with which the binding is asserted.
required, preferred Show child attributes
Show child attributes
Show child attributes
List of possible values for the property: string and number types only.
1An operator that defines when the rule should be applicable. Whenever this operator evaluates to true, the rule will be checked; when it is evaluated to false, the rule is ignored entirely and none of its validation is applied.
Supported operators are: 'eq', 'lt' and 'gt'. TODO: [ENG-4213] Add examples and document [current] and [*]..
Show child attributes
Defines a subset of values the property can take. A binding can be defined for a code, a coding, a symbol or an URI property. In the case of a coding, the binding is applied to the code sub-attribute.
Show child attributes
Show child attributes
The strength with which the binding is asserted.
required, preferred Show child attributes
Maps one or multiple properties with the following format: {rulePropertyKey: sourcePropertyPath}
The source property path is a dot separated path to the source property. It can include a contained key to reference a property in a contained resource.
Show child attributes
ACTIVE, ARCHIVED Was this page helpful?