GET StoreFrontServerGroups({id})/TenantReferences

Get references to all tenants using a StoreFront server group.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the StoreFront server 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:StoreFrontServerGroups(590b3e81-5528-40cf-b13d-690ee2477c5a)/TenantReferences]",
  "Count": 1,
  "TotalMatchingFilter": 1,
  "Items": [
    {
      "Href": "[api:Tenants(91ade655-feb5-47d3-9585-a5827ad50132)]",
      "Name": "Tenant 1",
      "Id": "91ade655-feb5-47d3-9585-a5827ad50132"
    }
  ]
}