Field | Type | Required | Description |
---|---|---|---|
OrganizationID |
*operations.SubscriptionsListQueryParamOrganizationIDFilter | ➖ | Filter by organization ID. |
ProductID |
*operations.ProductIDFilter | ➖ | Filter by product ID. |
CustomerID |
*operations.CustomerIDFilter | ➖ | Filter by customer ID. |
DiscountID |
*operations.DiscountIDFilter | ➖ | Filter by discount ID. |
Active |
*bool | ➖ | Filter by active or inactive subscription. |
Page |
*int64 | ➖ | Page number, defaults to 1. |
Limit |
*int64 | ➖ | Size of a page, defaults to 10. Maximum is 100. |
Sorting |
[]components.SubscriptionSortProperty | ➖ | Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order. |