GET DeliveryGroups/TenantCounts
Get number of tenants for each delivery group.
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:DeliveryGroups/TenantCounts]", "Count": 1, "TotalMatchingFilter": 1, "Items": [ { "Id": "c004375e-a96d-4368-96ba-c80702d7e80f", "Name": "dg1", "Count": 1 } ] }