{ "info": { "_postman_id": "d8593aaf-5946-4dde-96ec-f716bccebe29", "name": "NexHealth Adjustment Types Patient Recalls API", "description": "v3.0.0 and v20240412 are two names for the same API version; the Nex-Api-Version header accepts either value. Welcome to the developer hub and documentation for NexHealth API. This section of guide describes the operations, response parameters, request parameters, and parameter constraints related to User API. The term Operations refer to functions or methods. The operations are included in requests and send to the web server. Each operation performs a different action or a query on database.\n\nContact Support:\n Name: NexHealth\n Email: info@nexhealth.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:20:08.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "lastUpdatedBy": "35240", "uid": "35240-d8593aaf-5946-4dde-96ec-f716bccebe29" }, "item": [ { "name": "patient_recalls", "item": [ { "name": "{id}", "item": [ { "name": "View patient recall", "id": "b6eabe14-5d1e-49da-aa58-579514609f04", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.Nexhealth+json;version=2" } ], "url": { "raw": "{{baseUrl}}/patient_recalls/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "id": "be61bcd9-2544-454f-9163-c50af2baf433", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "d7a84eab-8766-4fbf-a237-9bd61366503d", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.Nexhealth+json;version=2" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/patient_recalls/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.Nexhealth+json;version=2" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"error\": [\n \"\",\n \"\"\n ],\n \"data\": {\n \"id\": \"\",\n \"appointment_id\": \"\",\n \"date_due\": \"\",\n \"foreign_id\": \"\",\n \"foreign_id_type\": \"\",\n \"recall_id\": \"\",\n \"recall_type\": {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"interval_num\": \"\",\n \"interval_unit\": \"\"\n },\n \"patient_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"count\": \"\"\n}", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-d7a84eab-8766-4fbf-a237-9bd61366503d" }, { "id": "c5cee69e-cd9d-48b8-ba75-ee652dfc6413", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.Nexhealth+json;version=2" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/patient_recalls/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.Nexhealth+json;version=2" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-c5cee69e-cd9d-48b8-ba75-ee652dfc6413" }, { "id": "f262284a-96d7-4299-969d-aaa95d8fdd05", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.Nexhealth+json;version=2" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/patient_recalls/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.Nexhealth+json;version=2" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-f262284a-96d7-4299-969d-aaa95d8fdd05" }, { "id": "4dd57767-caf1-49e1-859c-7c2ce4114e9c", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.Nexhealth+json;version=2" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/patient_recalls/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.Nexhealth+json;version=2" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-4dd57767-caf1-49e1-859c-7c2ce4114e9c" }, { "id": "2113c3ec-95e5-40cb-9282-10fd856c6af6", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.Nexhealth+json;version=2" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/patient_recalls/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.Nexhealth+json;version=2" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-2113c3ec-95e5-40cb-9282-10fd856c6af6" }, { "id": "65919a4d-76ae-4c22-97f7-089a117be0b5", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.Nexhealth+json;version=2" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/patient_recalls/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.Nexhealth+json;version=2" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-65919a4d-76ae-4c22-97f7-089a117be0b5" } ], "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-b6eabe14-5d1e-49da-aa58-579514609f04" } ], "id": "98eec4cd-7134-47bb-9cc1-ecc97f96f0fc", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-98eec4cd-7134-47bb-9cc1-ecc97f96f0fc" }, { "name": "View patient recalls", "id": "7e2047df-a007-477a-b460-2fbb7ea5630e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/patient_recalls?subdomain=&start_cursor=&end_cursor=&per_page=5&location_id=&recall_id=&patient_id=&foreign_id=&updated_since=&due_after=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated recall type", "key": "recall_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by the EHR id of the recall", "key": "foreign_id", "value": "" }, { "description": "Return records updated since the specified date/time in ISO8601 format", "key": "updated_since", "value": "" }, { "description": "Return recalls due on or after the specified date/time in ISO8601 format", "key": "due_after", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * date_due\n * -date_due\n", "key": "sort", "value": "" } ] }, "description": "This endpoint returns the patient recalls for the specified location, narrowed down by the optional filters configured." }, "response": [ { "id": "e3a6136b-2dbc-4298-b6ad-6762623b1936", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/patient_recalls?subdomain=&start_cursor=&end_cursor=&per_page=5&location_id=&recall_id=&patient_id=&foreign_id=&updated_since=&due_after=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated recall type", "key": "recall_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by the EHR id of the recall", "key": "foreign_id", "value": "" }, { "description": "Return records updated since the specified date/time in ISO8601 format", "key": "updated_since", "value": "" }, { "description": "Return recalls due on or after the specified date/time in ISO8601 format", "key": "due_after", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * date_due\n * -date_due\n", "key": "sort", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"error\": [\n \"\",\n \"\"\n ],\n \"data\": [\n {\n \"id\": \"\",\n \"appointment_id\": \"\",\n \"date_due\": \"\",\n \"foreign_id\": \"\",\n \"foreign_id_type\": \"\",\n \"recall_id\": \"\",\n \"recall_type\": {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"interval_num\": \"\",\n \"interval_unit\": \"\"\n },\n \"patient_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"appointment_id\": \"\",\n \"date_due\": \"\",\n \"foreign_id\": \"\",\n \"foreign_id_type\": \"\",\n \"recall_id\": \"\",\n \"recall_type\": {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"interval_num\": \"\",\n \"interval_unit\": \"\"\n },\n \"patient_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"page_info\": {}\n}", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-e3a6136b-2dbc-4298-b6ad-6762623b1936" }, { "id": "449db329-cfb6-40d5-8cb2-8cb51e8c6842", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/patient_recalls?subdomain=&start_cursor=&end_cursor=&per_page=5&location_id=&recall_id=&patient_id=&foreign_id=&updated_since=&due_after=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated recall type", "key": "recall_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by the EHR id of the recall", "key": "foreign_id", "value": "" }, { "description": "Return records updated since the specified date/time in ISO8601 format", "key": "updated_since", "value": "" }, { "description": "Return recalls due on or after the specified date/time in ISO8601 format", "key": "due_after", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * date_due\n * -date_due\n", "key": "sort", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-449db329-cfb6-40d5-8cb2-8cb51e8c6842" }, { "id": "f0d5db1a-cbfe-41d7-89b6-7ec6b3c14b34", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/patient_recalls?subdomain=&start_cursor=&end_cursor=&per_page=5&location_id=&recall_id=&patient_id=&foreign_id=&updated_since=&due_after=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated recall type", "key": "recall_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by the EHR id of the recall", "key": "foreign_id", "value": "" }, { "description": "Return records updated since the specified date/time in ISO8601 format", "key": "updated_since", "value": "" }, { "description": "Return recalls due on or after the specified date/time in ISO8601 format", "key": "due_after", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * date_due\n * -date_due\n", "key": "sort", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-f0d5db1a-cbfe-41d7-89b6-7ec6b3c14b34" }, { "id": "29c082bd-ae2a-439f-9b90-2901917dcd31", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/patient_recalls?subdomain=&start_cursor=&end_cursor=&per_page=5&location_id=&recall_id=&patient_id=&foreign_id=&updated_since=&due_after=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated recall type", "key": "recall_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by the EHR id of the recall", "key": "foreign_id", "value": "" }, { "description": "Return records updated since the specified date/time in ISO8601 format", "key": "updated_since", "value": "" }, { "description": "Return recalls due on or after the specified date/time in ISO8601 format", "key": "due_after", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * date_due\n * -date_due\n", "key": "sort", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-29c082bd-ae2a-439f-9b90-2901917dcd31" }, { "id": "00ce1f5f-8ae9-438e-b2d9-5e29e5e4ee97", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/patient_recalls?subdomain=&start_cursor=&end_cursor=&per_page=5&location_id=&recall_id=&patient_id=&foreign_id=&updated_since=&due_after=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated recall type", "key": "recall_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by the EHR id of the recall", "key": "foreign_id", "value": "" }, { "description": "Return records updated since the specified date/time in ISO8601 format", "key": "updated_since", "value": "" }, { "description": "Return recalls due on or after the specified date/time in ISO8601 format", "key": "due_after", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * date_due\n * -date_due\n", "key": "sort", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-00ce1f5f-8ae9-438e-b2d9-5e29e5e4ee97" }, { "id": "991c9d98-3d75-45a8-ac9e-0d89fb625991", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/patient_recalls?subdomain=&start_cursor=&end_cursor=&per_page=5&location_id=&recall_id=&patient_id=&foreign_id=&updated_since=&due_after=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "patient_recalls" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated recall type", "key": "recall_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by the EHR id of the recall", "key": "foreign_id", "value": "" }, { "description": "Return records updated since the specified date/time in ISO8601 format", "key": "updated_since", "value": "" }, { "description": "Return recalls due on or after the specified date/time in ISO8601 format", "key": "due_after", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * date_due\n * -date_due\n", "key": "sort", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-991c9d98-3d75-45a8-ac9e-0d89fb625991" } ], "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-7e2047df-a007-477a-b460-2fbb7ea5630e" } ], "id": "193ef054-9a7a-4ed6-9f02-7aff21c0e2c2", "createdAt": "2026-07-28T02:20:09.000Z", "updatedAt": "2026-07-28T02:20:09.000Z", "uid": "35240-193ef054-9a7a-4ed6-9f02-7aff21c0e2c2" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://nexhealth.info" } ] }