Search across orders, patients, prescribers, products and tasks.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Search query. Enclose phrases in URL-escaped quotes to search for an exact phrase, e.g. "Joe Public." Searchable fields include ID, order number, name, email, phone, prescriber identifiers, product name and SKU. Substring search is supported for all fields.
"1234567890"
Optional limit on the number of results to return. Max is 100, default is 50.
100
Successful response with array of search results, ordered by relevance. The result_type
in each item is one of order
, patient
, prescriber
, prescription
, non_prescription
, order_material
, or task
.
The response is of type object
.