Get all work tasks with optional filtering
Query parameters
Filter by task status
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.
Filter by task category
Filter by task priority
Filter by assigned user ID
Return only tasks nobody owns — the triage pool. Overrides assignedToId, since "unassigned" cannot be expressed as a user ID.
Filter by patient ID
Search term
Number of records to skip
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
Changes
Changed in 1 of the 6 revisions of this API.2
- ○
added the new optional
queryrequest parameterlifecyclenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterunassignedOnlynew-optional-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○