Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.28 KB

GetClassSchedulesRequest.md

File metadata and controls

18 lines (14 loc) · 1.28 KB

GetClassSchedulesRequest

Properties

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]

[Back to Model list] [Back to API list] [Back to README]