Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.46 KB

GetClientVisitsRequest.md

File metadata and controls

17 lines (13 loc) · 1.46 KB

GetClientVisitsRequest

Properties

Name Type Description Notes
client_id string The ID of the requested client.
client_associated_sites_offset int The number of sites to skip when returning the site associated with a client. [optional]
cross_regional_lookup bool When `true`, indicates that past and scheduled client visits across all sites in the region are returned.<br /> When `false`, indicates that only visits at the current site are returned. [optional]
end_date \DateTime The date past which class visits are not returned. Default: today’s date [optional]
start_date \DateTime The date before which class visits are not returned. Default: the end date [optional]
unpaids_only bool When `true`, indicates that only visits that have not been paid for are returned.<br /> When `false`, indicates that all visits are returned, regardless of whether they have been paid for.<br /> Default: false [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]