Page number or bookmark token for pagination. Use the next_page value from a previous response to fetch subsequent pages.
scopestring
Determines the scope of appointment groups to retrieve. For example, 'reservable' returns groups the user can sign up for.
includearray
List of additional data to include with each appointment group. Possible values: 'appointments', 'child_events', 'participant_count', 'reserved_times', 'all_context_codes'.
per_pageinteger
Number of appointment groups to return per page (max 100).
context_codesarray
List of context codes (e.g., 'course_123' or 'group_456') to filter appointment groups by specific courses or groups. If omitted, groups from all relevant contexts are returned.
include_past_appointmentsboolean
If true, appointment groups that have already passed will be included in the results. Defaults to false.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not