View patient recalls

GET {{baseUrl}}/patient_recalls?subdomain={{subdomain}}&page=1&per_page=5&location_id={{location_id}}&recall_id=<integer>&patient_id=<integer>&foreign_id=<string>&updated_since=<dateTime>&due_after=<dateTime>

Request Params

KeyDatatypeRequiredDescription
subdomainstring(Required) Used to scope the request to the specified institution
pagenumberPage number. Starts with page 1
per_pagenumberNumber of results to return per page. Defaults is 5 per page and Max 300 per page
location_idstring(Required) Used to scope the request to the specified location
recall_idstringFilter by recall_id
patient_idstringFilter by patient_id
foreign_idstringFilter by EMR id
updated_sincestringReturn records updated since the specified date/time in ISO8601 format
due_afterstringReturn recalls due after specified date/time in ISO8601 format

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;code&quot;:&quot;\u003cboolean\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;error&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;data&quot;:[{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;appointment_id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;date_due&quot;:&quot;\u003cdate\u003e&quot;,&quot;foreign_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;foreign_id_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;recall_id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;recall_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;patient_id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;updated_at&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;appointment_id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;date_due&quot;:&quot;\u003cdate\u003e&quot;,&quot;foreign_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;foreign_id_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;recall_id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;recall_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;patient_id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;updated_at&quot;:&quot;\u003cdateTime\u003e&quot;}],&quot;count&quot;:&quot;\u003cinteger\u003e&quot;}