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] |