Welcome to our new documentation website! Explore the updated structure and resources to help you get the most out of Clinia's platform.
curl --request GET \
--url https://{workspaceId}.clinia.cloud/catalog/v1/partitions \
--header 'X-Clinia-API-Key: <api-key>'
{
"meta": {
"numPages": 123,
"page": 123,
"perPage": 123,
"total": 123
},
"data": [
{
"key": "<string>",
"modules": {
"search": "STANDARD"
},
"source": {
"type": "MDM",
"sources": [
"<string>"
],
"collections": [
{
"traversedProperties": [
"<string>"
],
"properties": {},
"mappings": [
{}
],
"reconciliationRules": {},
"contained": {},
"key": "<string>"
}
],
"relationships": [
{
"from": {
"profileKey": "<string>",
"includeKey": "<string>"
},
"to": {
"profileKey": "<string>",
"includeKey": "<string>"
},
"properties": {},
"mappings": [
{
"source": "<string>",
"type": "<string>",
"propertyMappings": {}
}
],
"reconciliationRules": {
"type": "SYSTEM",
"rules": {}
},
"relationshipType": "<string>"
}
]
},
"status": "STATUS_READY"
}
]
}
List the data partitions.
curl --request GET \
--url https://{workspaceId}.clinia.cloud/catalog/v1/partitions \
--header 'X-Clinia-API-Key: <api-key>'
{
"meta": {
"numPages": 123,
"page": 123,
"perPage": 123,
"total": 123
},
"data": [
{
"key": "<string>",
"modules": {
"search": "STANDARD"
},
"source": {
"type": "MDM",
"sources": [
"<string>"
],
"collections": [
{
"traversedProperties": [
"<string>"
],
"properties": {},
"mappings": [
{}
],
"reconciliationRules": {},
"contained": {},
"key": "<string>"
}
],
"relationships": [
{
"from": {
"profileKey": "<string>",
"includeKey": "<string>"
},
"to": {
"profileKey": "<string>",
"includeKey": "<string>"
},
"properties": {},
"mappings": [
{
"source": "<string>",
"type": "<string>",
"propertyMappings": {}
}
],
"reconciliationRules": {
"type": "SYSTEM",
"rules": {}
},
"relationshipType": "<string>"
}
]
},
"status": "STATUS_READY"
}
]
}
Was this page helpful?