memberships_list
List memberships by applying filters such as status, duration, billing frequency, and date ranges. Get paginated results with optional total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated membership IDs (maximum 50) | |
| page | No | Page number (starts at 1) | |
| active | No | Filter by active status | True |
| status | No | Filter by membership status | |
| duration | No | Filter by membership duration in months | |
| pageSize | No | Records per page (default 50) | |
| customerIds | No | Comma-separated customer IDs | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| billingFrequency | No | Filter by membership billing frequency | |
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |