GET DeliveryGroups({id})/TenantReferences

Get references to all tenants using 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 tenant references.

Response type

CollectionResultModel<ReferenceModel>

Response body formats

application/json, text/json

Sample:
{
  "Href": "[api:DeliveryGroups(c004375e-a96d-4368-96ba-c80702d7e80f)/TenantReferences]",
  "Count": 1,
  "TotalMatchingFilter": 1,
  "Items": [
    {
      "Href": "[api:Tenants(91ade655-feb5-47d3-9585-a5827ad50132)]",
      "Name": "Tenant 1",
      "Id": "91ade655-feb5-47d3-9585-a5827ad50132"
    }
  ]
}