Get Multi

Beta
GET
Returns all Invoices for the authenticated user's organziation with all filters applied.

Query parameters

patient_external_idstringOptional
encounter_external_idstringOptional
notestringOptional
partial match supported
due_date_beforedateOptional
all invoices whose due date is before this due date, not inclusive
due_date_afterdateOptional
all invoices whose due date is after this due date, not inclusive
statusenumOptional
all invoices that match any of the provided statuses
limitintegerOptional
Defaults to 100
sortenumOptional

Defaults to created_at

sort_direction"asc" or "desc"Optional
Sort direction. Defaults to descending order
Allowed values: ascdesc
page_tokenstringOptional

Response

This endpoint returns an object.
itemslist of objects
next_page_tokenstringOptional
prev_page_tokenstringOptional