Skip to main content
GET
/
catalog
/
v1
/
partitions
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"
    }
  ]
}

Authorizations

X-Clinia-API-Key
string
header
required

Query Parameters

page
integer
perPage
integer

Response

A successful response.

meta
object
required
data
object[]
required
I