Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.09 KB

GetResourcesRequest.md

File metadata and controls

15 lines (11 loc) · 1.09 KB

GetResourcesRequest

Properties

Name Type Description Notes
session_type_ids int[] List of session type IDs.<br /> Default: all [optional]
location_id int The location of the resource. This parameter is ignored if `EndDateTime` or `LocationID` is not set.<br /> Default: all [optional]
start_date_time \DateTime The time the resource starts. This parameter is ignored if `EndDateTime` or `LocationID` is not set. [optional]
end_date_time \DateTime The time the resource ends. This parameter is ignored if `EndDateTime` or `LocationID` is not set. [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]