GET Offerings({id})/OfferingsInSameScope/Count

Get the number of other offerings in the same scope as the specified offering. Offerings in the same scope will share delivery groups when users are subscribed.

For 'SharedDeliveryGroup' offerings, a scope is defined as:

  • The same session machine catalog.
  • The same isolation level.

For 'PrivateDeliveryGroup' and 'PrivateDeliverySite' offerings, a scope is defined as:

Note that the offering specified is not included in the results.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the offering that defines the scope.

Type: String

tenantId

ID of the tenant. This must be specified when the scope is defined by an offering with 'PrivateDeliveryGroup' or 'PrivateDeliverySite' isolation mode, and should not be specified when the scope is defined by an offering with 'SharedDeliverySite' isolation mode.

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