Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 666 Bytes

GetTasksRequest.md

File metadata and controls

14 lines (9 loc) · 666 Bytes

GetTasksRequest

Properties

Name Type Description Notes
startIndex kotlin.Int An offset used to paginate through the Task list; indexing is 0-based
numberOfResults kotlin.Int Maximal number of results to fetch in this call
types kotlin.Array<TaskType> Types of Tasks to fetch; fetch all types if omitted [optional]
results kotlin.Array<Result> List of results (statuses) to filter by; fetch in_progress tasks if omitted [optional]
order OrderEnum [optional]