QueryTasks
Find Tasks that match request criteria.
QueryTasksRequest
Request
This endpoint expects an object.
task_type
parent_task_id
If present matches Tasks with this parent Task ID. Note: this is mutually exclusive with all other query parameters, i.e., either provide parent Task ID, or any of the remaining parameters, but not both.
page_token
If set, returns results starting from the given page token.
status_filter
Filters on provided status types in the filter.
update_time_range
If provided, only provides Tasks updated within the time range.
view
Optional filter for view of a Task. If not set, defaults to TASK_VIEW_MANAGER.
Allowed values:
assignee
If provided, returns Tasks that match this assignee.
QueryTasksResponse
Response
This endpoint returns an object.
tasks
Tasks matching the Query Task request.
page_token
Page token to the next page of Tasks.