Contact Sales
Search...
/
Introduction
Getting Started
Candid Environments
Payer Information
API Principles
Design Principles
Development Lifecycle
Breaking Changes
Conventions
Additional Resources
Postman
OpenAPI
Legacy Documentation
Support
API Reference
Auth
Billing Notes
Contracts
Custom Schemas
Eligibility
Encounters
Expected Network Status
Exports
External Payment Account Config
Fee Schedules
Guarantor
Import Invoice
Insurance Adjudications
Insurance Payments
Insurance Refunds
Non Insurance Payer Payments
Non Insurance Payer Refunds
Non Insurance Payers
Organization Service Facilities
Organization Providers
Patient Payments
Patient Refunds
Payers
Service Lines
Tasks
V3
GET
Get task actions
GET
Get all tasks
GET
Get task
POST
Create task
PATCH
Update task
Third Party Payer Payments
Third Party Payer Refunds
Third Party Payers
Write Offs
Pre Encounter
Service Facility
Contact Sales
API Reference
Tasks
V3
Get all tasks
Beta
GET
https://
api.joincandidhealth.com
/
api
/
tasks
/
v3
Query parameters
limit
integer
Optional
Defaults to 100
page_token
string
Optional
status
enum
Optional
Show 7 enum values
task_type
enum
Optional
Show 12 enum values
categories
string
Optional
Only return tasks with categories that match one in this comma-separated list.
updated_since
datetime
Optional
Only return tasks updated on or after this date-time
encounter_id
UUID
Optional
Only return tasks associated with this encounter
search_term
string
Optional
Query tasks by encounter_id, claim_id, task_id, or external_id
assigned_to_id
UUID
Optional
Only return tasks assigned to this user
date_of_service_min
date
Optional
The minimum date of service for the linked encounter
date_of_service_max
date
Optional
The maximum date of service for the linked encounter
billing_provider_npi
string
Optional
The NPI of the billing provider associated with the task's claim
sort
enum
Optional
Defaults to updated_at:desc
Show 22 enum values
Response
This endpoint returns an object.
items
list of objects
Show 18 properties
next_page_token
string
Optional
prev_page_token
string
Optional
Errors
422
Unprocessable Entity Error
Built with