Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 2.03 KB

GetWaitlistEntriesRequest.md

File metadata and controls

16 lines (12 loc) · 2.03 KB

GetWaitlistEntriesRequest

Properties

Name Type Description Notes
class_ids int[] The requested class IDs. If a class ID is present, the request automatically disregards any class schedule IDs in the request. <br /> Either `ClassScheduleIds`, `ClientIds`, `WaitlistEntryIds`, or `ClassIds` is required; the others become optional.<br /> Default: all ClassIds [optional]
class_schedule_ids int[] The requested class schedule IDs. If a class ID is present, the request automatically disregards any class schedule IDs in the request.<br /> Either `ClassScheduleIds`, `ClientIds`, `WaitlistEntryIds`, or `ClassIds` is required; the others become optional.<br /> Default: all ClassScheduleIds [optional]
client_ids string[] The requested client IDs.<br /> Either `ClassScheduleIds`, `ClientIds`, `WaitlistEntryIds`, or `ClassIds` is required; the others become optional.<br /> Default: all ClientIds [optional]
hide_past_entries bool When `true`, indicates that past waiting list entries are hidden from clients.<br /> When `false`, indicates that past entries are not hidden from clients.<br /> Default: false [optional]
waitlist_entry_ids int[] The requested waiting list entry IDs.<br /> Either `ClassScheduleIds`, `ClientIds`, `WaitlistEntryIds`, or `ClassIds` is required; the others become optional.<br /> Default: all WaitlistEntryIds [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]