GET DeliveryGroups({id})/Offerings/Count

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

NameDescriptionAdditional information
id

ID of the delivery group.

Type: String

name

See Filtering, Arranging, and Paging.

Type: String

filterBy

See Filtering, Arranging, and Paging. The supported filters are:

  • All: All offerings.
  • NotDeleted: All offerings which are not currently being deleted. (default)
  • NotUsed: All offerings which have no subscriptions.

Type: Filter

filterProp

See Filtering, Arranging, and Paging.

Type: String

Response Information

Number of offerings.

Response type

Number

Response body formats

application/json, text/json

Sample:
1