GET Tenants({id})/DeliveryGroups({deliveryGroupId})/SubscriptionReferences

Get references to subscriptions hosted on a delivery group.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the tenant associated with the delivery group.

Type: String

deliveryGroupId

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:Tenants({id})/DeliveryGroups({deliveryGroupId})/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"
    }
  ]
}