Resolves a view to it's EncounterSummaries
Resolves a dynamic view to the EncounterSummaries currently present in this view.
Body parameters can include sorting controls.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
claim_dynamic_view_id
Request
This endpoint expects an object.
filters
Structured filter for searching encounter summaries. Each field accepts an operator-tagged filter object. Omit a field to not filter on it. All specified filters are combined with AND.
limit
Defaults to 100
page_token
sort
Sort criteria applied in order. Defaults to created_at descending.
Response
This endpoint returns an object.
items
next_page_token
prev_page_token
Errors
404
Entity Not Found Error
422
Unprocessable Entity Error