Returns a list of direct child customers for the specified customer, including subscription metrics. When the customer.hierarchy feature is not enabled, an empty array is returned.
customer:readactiveSubscriptionCount).
When the customer.hierarchy feature is not enabled, this endpoint returns an empty array.
| Field | Description |
|---|---|
id | The child customer ID |
customerNumber | The customer number |
name | The display name |
companyName | The company name |
email | The primary email address |
status | The customer status (STATUS_ACTIVE, STATUS_ARCHIVED, STATUS_SUSPENDED) |
activeSubscriptionCount | Number of active subscriptions for this child customer |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the parent customer
List of direct child customers
"00000000-0000-0000-0000-000000000001"
"CUST-101"
"Radiologie Abteilung"
"Radiologie Abteilung"
"radio@klinik.de"
STATUS_ACTIVE, STATUS_ARCHIVED, STATUS_SUSPENDED "STATUS_ACTIVE"
The number of active subscriptions for this child customer
3