GET DeliverySites({id})/TenantReferences
Get references to all tenants using a delivery site.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | ID of the delivery site. |
Type: |
name |
Type: String |
|
skip |
Type: Number |
|
take |
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" } ] }