Name | Type | Description | Notes |
---|---|---|---|
class_schedule_ids | list[int] | The class schedule IDs. <br />Default: all | [optional] |
end_date | datetime | The end date of the range. Return any active enrollments that occur on or before this day. <br />Default: StartDate | [optional] |
location_ids | list[int] | The location IDs. <br />Default: all | [optional] |
program_ids | list[int] | The program IDs. <br />Default: all | [optional] |
session_type_ids | list[int] | The session type IDs. <br />Default: all | [optional] |
staff_ids | list[int] | The staff IDs. <br />Default: all | [optional] |
start_date | datetime | The start date of the range. Return any active enrollments that occur on or after this day. <br />Default: today’s date | [optional] |
limit | int | Number of results to include, defaults to 100 | [optional] |
offset | int | Page offset, defaults to 0. | [optional] |