/operations/operations_tasks

List expanded

Lists OperationsTasks with task-list, department, and assigned-user details. | authz: min_org_role=operator | () -> (OperationsTaskExpandedListRes)

get/operations/operations_tasks/expanded/list/v1

Query parameters

sort_by'deadline_timestamp' | 'completed_at_timestamp'

Field to sort by

sort_order'asc' | 'desc'

Sort order for query results

Sort order (asc or desc)

pageinteger
page_sizeinteger
searchstring nullable

Search by title or description

Search by title or description

filter_order_idsstring[] nullable

Filter to tasks on any of these order ids (e.g. the order_ids returned by the orders typeahead for a chosen short_id / off-chrt reference id)

Filter to tasks on any of these order ids (e.g. the order_ids returned by the orders typeahead for a chosen short_id / off-chrt reference id)

filter_order_short_idstring nullable

Filter to tasks for this order short ID

Filter to tasks for this order short ID

filter_order_off_chrt_reference_idstring nullable

Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved).

Filter to tasks for this order off-CHRT reference ID

filter_department_idstring nullable

Filter to tasks routed to this department (desk queue)

Filter to tasks routed to this department (desk queue)

filter_task_typeOperationsTaskTypeEnum[] nullable

Filter by task type(s). Defaults to all types.

Filter by task type(s). Defaults to all types.

filter_statusOperationsTaskStatusEnum[] nullable

Filter by status(es). Defaults to all statuses.

Filter by status(es). Defaults to all statuses.

filter_assigned_user_idstring nullable

Must be a string starting with user_

Filter to tasks this user is directly assigned to

filter_source_task_list_idstring nullable

Filter to tasks created from this OperationsTaskList

Filter to tasks created from this OperationsTaskList

filter_deadline_gtestring date-time nullable

Filter to tasks with deadline >= this timestamp

Filter to tasks with deadline >= this timestamp

filter_deadline_ltestring date-time nullable

Filter to tasks with deadline <= this timestamp

Filter to tasks with deadline <= this timestamp

Response

Successful Response

total_countinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.