v3
Get all tasks
get/api/tasks/v3
Query parameters
limitinteger
Defaults to 100
page_tokenstring
statusCommonsTaskStatus — unresolved $ref
statusesstring
Only return tasks with a status that matches one in this comma-separated list.
task_typeCommonsTaskType — unresolved $ref
task_typesstring
Only return tasks with a task_type that matches one in this comma-separated list.
categoriesstring
Only return tasks with categories that match one in this comma-separated list.
updated_sincestring date-time
Only return tasks updated on or after this date-time
encounter_idstring uuid
Only return tasks associated with this encounter
search_termstring
Query tasks by encounter_id, claim_id, task_id, or external_id
assigned_to_idstring uuid
Only return tasks assigned to this user
date_of_service_minstring date
The minimum date of service for the linked encounter
date_of_service_maxstring date
The maximum date of service for the linked encounter
billing_provider_npistring
The NPI of the billing provider associated with the task's claim
sortV3TaskSortOptions — unresolved $ref
Defaults to updated_at:desc
Headers
Authorizationstring required
OAuth authentication
Response
Response with status 200
V3TaskPage required— unresolved $ref