v2

latestOpenAPI 3.1.12026-08-078549932.4 MB
WorkTasks

Get all work tasks with optional filtering

get/WorkTasks

Query parameters

statusstring

Filter by task status

lifecyclestring

open (Open + InProgress) or closed (Completed + Cancelled). ANDed with status. Callers that only want actionable work should send this — without it, finished history competes for the page with the work they asked for.

categorystring

Filter by task category

prioritystring

Filter by task priority

assignedToIdstring

Filter by assigned user ID

unassignedOnlyboolean

Return only tasks nobody owns — the triage pool. Overrides assignedToId, since "unassigned" cannot be expressed as a user ID.

patientIdstring

Filter by patient ID

searchstring

Search term

integer
OR
string int32

Number of records to skip

integer
OR
string int32

Page size. Defaults to int WorkTaskService.DefaultTake and is capped at int WorkTaskService.MaxTake; totalCount is always the unpaginated total.

Response

Paginated list of work tasks