List expanded

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

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

sort_byenumOptional
Field to sort by
Allowed values:
sort_orderenumOptional

Sort order (asc or desc)

Allowed values:
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional1-100Defaults to 20
searchstringOptional
Search by title or description
filter_order_idsstringOptional

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_idstringOptional
Filter to tasks for this order short ID
filter_order_off_chrt_reference_idstringOptionalformat: "^[A-Za-z0-9._~\-]{1,64}$"1-64 characters

Filter to tasks for this order off-CHRT reference ID

filter_department_idstringOptional

Filter to tasks routed to this department (desk queue)

filter_task_typeenumOptional

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

filter_statusenumOptional

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

Allowed values:
filter_assigned_user_idstringOptional
Filter to tasks this user is directly assigned to
filter_deadline_gtedatetimeOptional

Filter to tasks with deadline >= this timestamp

filter_deadline_ltedatetimeOptional

Filter to tasks with deadline <= this timestamp

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Operations Tasks Expanded List V1request Unprocessable Entity Error