GET DeliverySites({id})/TenantReferences

Get references to all tenants using a delivery site.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the delivery site.

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:DeliverySites(0ef3e68d-bb8e-4b69-9c30-ae3fac533996)/TenantReferences]",
  "Count": 1,
  "TotalMatchingFilter": 1,
  "Items": [
    {
      "Href": "[api:Tenants(91ade655-feb5-47d3-9585-a5827ad50132)]",
      "Name": "Tenant 1",
      "Id": "91ade655-feb5-47d3-9585-a5827ad50132"
    }
  ]
}