Introduction
Filter criteria for retrieving subscriptions via GetSubscriptionsByPageAsync.
Properties

AccountId

The billing account ID to filter subscriptions by. Required.

ContractEndDateFrom

The start of the contract end date range filter (UTC). Only subscriptions with a contract end date on or after this date are returned.

ContractEndDateTo

The end of the contract end date range filter (UTC). Only subscriptions with a contract end date on or before this date are returned.

CustomerIds

The customer IDs (UserCompany IDs) to filter subscriptions by. If null or empty, returns all subscriptions for the account.

SortColumn

The column to sort results by.

SortDirection

The direction to sort results.

Status

One or more subscription statuses to filter by.

SubscriptionName

Case-insensitive partial match against the subscription name.

Loading API Runner...