memberships_list
Retrieve memberships filtered by ID, customer, status, duration, billing frequency, active status, or date range. Supports pagination and total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated membership IDs (maximum 50) | |
| customerIds | No | Comma-separated customer IDs | |
| status | No | Filter by membership status | |
| duration | No | Filter by membership duration in months | |
| billingFrequency | No | Filter by membership billing frequency | |
| active | No | Filter by active status | True |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No |