GET DeliverySites({id})/DeliveryGroups/TenantCounts
Get the number of tenants associated with each delivery group in the delivery site.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | ID of the delivery site. |
Type: |
Response Information
A list of reference counts for each delivery group.
Response type
CollectionResultModel<ReferenceCountModel>
Response body formats
application/json, text/json
Sample:
{ "Href": "[api:DeliverySites(0ef3e68d-bb8e-4b69-9c30-ae3fac533996)/DeliveryGroups/TenantCounts]", "Count": 1, "TotalMatchingFilter": 1, "Items": [ { "Id": "c004375e-a96d-4368-96ba-c80702d7e80f", "Name": "dg1", "Count": 1 } ] }