GET Tenants({id})/Offering({offeringId})/SubscriptionsInSameScope/Count

Get the number of subscriptions in the same scope of the specific tenant for a given offering. That is, subscriptions with the same isolation mode in the same session machine catalog as the offering, and associated with the same tenant.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the tenant.

Type: String

offeringId

ID of the offering.

Type: String

name

See Filtering, Arranging, and Paging.

Type: String

filterBy

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

  • All: All subscriptions.
  • NotDeleted: All subscriptions which are not currently being deleted. (default)

Type: Filter

filterProp

See Filtering, Arranging, and Paging.

Type: String

Response Information

Number of subscriptions.

Response type

Number

Response body formats

application/json, text/json

Sample:
1