This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Counts attendance records for the calling member.
The member is identified from the site member ID in the Authorization header's auth token.
Calls with other identity types return a PERMISSION_DENIED error.
Returns the total number of attendance records matching the provided filters.
If no filters are provided, returns the count of all attendance records for the caller.
Filter the results by providing a filter object with any of the following fields:
status: Filter by attendance status. Supported values: ATTENDED, NOT_ATTENDED.serviceId: Filter by service ID. Accepts a single ID or an array of IDs.This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.