Name | Type | Description | Notes |
---|---|---|---|
class_schedule_ids | 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 | int[] | The location IDs. <br />Default: all | [optional] |
program_ids | int[] | The program IDs. <br />Default: all | [optional] |
session_type_ids | int[] | The session type IDs. <br />Default: all | [optional] |
staff_ids | 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] |