Search API
Search the current workspace
Search patients and appointments in the current workspace.
POST
/v1/searchRequest
Path, query, and JSON body fields accepted by this operation.
querystringrequiredbodymin length 1max length 200kinds"patient" | "appointment"[]bodydefault ["patient","appointment"]min items 1max items 2limitintegerbodydefault 20min 1max 50
Response
Successful responses use Dawn's data envelope.
dataSearchResponserequiredhitsobject[]requiredkind"patient" | "appointment"requiredresourceIdstring<uuid>requiredtitlestringrequiredmin length 1subtitlestring | nullrequiredscorenumberrequiredmin 0
mode"lexical" | "hybrid"required
metaobject
Errors
Error responses use the shared error envelope.
422The search query is invalid.503Search is temporarily unavailable.
Last updated on