Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 781 Bytes

GetTasksRequest.md

File metadata and controls

14 lines (10 loc) · 781 Bytes

GetTasksRequest

Properties

Name Type Description Notes
StartIndex int32 An offset used to paginate through the Task list; indexing is 0-based
NumberOfResults int32 Maximal number of results to fetch in this call
Types []TaskType Types of Tasks to fetch; fetch all types if omitted [optional]
Results []Result List of results (statuses) to filter by; fetch in_progress tasks if omitted [optional]
Order OrderEnum [optional]

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