GET DeliveryGroups({id})/OfferingReferences
Get offerings associated with a delivery group. An offering is considered to be associated with a delivery group if the offering IsolationMode is SharedDeliveryGroup, and the delivery group is compatible with the offering. This means that all current and future tenants who subscribe to the offering will have their user sessions hosted on the delivery group.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | ID of the delivery group. |
Type: |
name |
Type: String |
|
skip |
Type: Number |
|
take |
Type: Number |
Response Information
A list of offering references.
Response type
CollectionResultModel<ReferenceModel>
Response body formats
application/json, text/json
Sample:
{ "Href": "[api:DeliveryGroups(c004375e-a96d-4368-96ba-c80702d7e80f)/OfferingReferences]", "Count": 1, "TotalMatchingFilter": 1, "Items": [ { "Href": "[api:Offerings(2f08f456-7ec8-4edc-866d-25037776ef4f)]", "Name": "Application", "Id": "2f08f456-7ec8-4edc-866d-25037776ef4f" } ] }