GET SessionMachineCatalogs({id})/DeliveryGroups/SubscriptionCounts
Get the number of subscriptions for each delivery group associated with the session machine catalog.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | ID of the session machine catalog to get counts for. |
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:SessionMachineCatalogs(628fa898-0c36-4024-8fe4-d7e9a9bfbcfa)/DeliveryGroups/SubscriptionCounts]",
"Count": 1,
"TotalMatchingFilter": 1,
"Items": [
{
"Id": "c004375e-a96d-4368-96ba-c80702d7e80f",
"Name": "dg1",
"Count": 1
}
]
}