memberships_recurring_service_events_list
List recurring service events with filtering by ID, location, job, status, and date ranges. Retrieve paginated results with optional total count for efficient event management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated recurring service event IDs (maximum 50) | |
| locationId | No | Filter by location ID | |
| jobId | No | Filter by job ID | |
| status | No | Filter by recurring service event follow-up status | |
| 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 |