latestOpenAPI 3.1.02026-08-0854104180.4 KB

f39a4bfeca8e

Visits

Get all visits for a particular patient (identified by query.id) across all orders in the given project.

get/projects/{project_id}/queries/{query_id}/visits

Path parameters

project_idstring required
query_idstring required

Query parameters

limitinteger
offsetinteger

Headers

version-datavantstring

Version of the Orders API to use with this call

Version of the Orders API to use with this call

Response

Successful Response

totalinteger required
limitinteger
offsetinteger
unfiltered_totalinteger

Example response

{
  "links": {
    "first": "/api/v1/users?limit=1&offset1",
    "last": "/api/v1/users?limit=1&offset1",
    "self": "/api/v1/users?limit=1&offset1",
    "next": "/api/v1/users?limit=1&offset1",
    "prev": "/api/v1/users?limit=1&offset1"
  }
}