GET DeliveryGroups({id})/SubscriptionReferences

Get references to subscriptions hosted on a delivery group.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the delivery group.

Type:

name

See Filtering, Arranging, and Paging.

Type: String

skip

See Filtering, Arranging, and Paging.

Type: Number

take

See Filtering, Arranging, and Paging.

Type: Number

Response Information

A list of subscription references.

Response type

CollectionResultModel<ReferenceModel>

Response body formats

application/json, text/json

Sample:
{
  "Href": "[api:DeliveryGroups(c004375e-a96d-4368-96ba-c80702d7e80f)/SubscriptionReferences]",
  "Count": 1,
  "TotalMatchingFilter": 1,
  "Items": [
    {
      "Href": "[api:Subscriptions(df13665a-533d-451a-a43a-d1faf29af13b)]",
      "Name": "Tenant 1 subscription to Application",
      "Id": "df13665a-533d-451a-a43a-d1faf29af13b"
    }
  ]
}