Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 5.38 KB

File metadata and controls

13 lines (10 loc) · 5.38 KB

CustomerPortalSubscriptionsListRequest

Fields

Field Type Required Description
productId string|array|null Filter by product ID.
active ?bool Filter by active or cancelled subscription.
query ?string Search by product or organization name.
page ?int Page number, defaults to 1.
limit ?int Size of a page, defaults to 10. Maximum is 100.
sorting array<Components\CustomerSubscriptionSortProperty> 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.