{ "info": { "_postman_id": "e0866b02-3cab-4bcf-b48b-c110b2db0c3c", "name": "NexHealth Adjustment Types Document Types 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:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "lastUpdatedBy": "35240", "uid": "35240-e0866b02-3cab-4bcf-b48b-c110b2db0c3c" }, "item": [ { "name": "document_types", "item": [ { "name": "{id}", "item": [ { "name": "View document type", "id": "dc56d9ad-54ee-48ed-98ac-c571fd0e7d3c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.Nexhealth+json;version=2" } ], "url": { "raw": "{{baseUrl}}/document_types/:id?subdomain=&location_id=", "host": [ "{{baseUrl}}" ], "path": [ "document_types", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" } ], "variable": [ { "id": "02be0b86-f977-46e6-bda0-71ae6fa00520", "key": "id", "value": "", "description": "(Required) The NexHealth ID of the document type" } ] } }, "response": [ { "id": "c6f5897f-422f-4ef2-85af-e3ac742fc1ad", "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}}/document_types/:id?subdomain=&location_id=", "host": [ "{{baseUrl}}" ], "path": [ "document_types", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "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 \"name\": \"\",\n \"active\": \"\"\n },\n \"count\": \"\"\n}", "createdAt": "2026-07-28T02:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-c6f5897f-422f-4ef2-85af-e3ac742fc1ad" }, { "id": "b44d917e-13b5-4427-b1c6-fef374d99daa", "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}}/document_types/:id?subdomain=&location_id=", "host": [ "{{baseUrl}}" ], "path": [ "document_types", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "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:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-b44d917e-13b5-4427-b1c6-fef374d99daa" }, { "id": "5f11b628-20cb-42fd-a2c6-3f05c08aaada", "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}}/document_types/:id?subdomain=&location_id=", "host": [ "{{baseUrl}}" ], "path": [ "document_types", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "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:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-5f11b628-20cb-42fd-a2c6-3f05c08aaada" }, { "id": "472a0779-2320-4f05-8cb6-7097ede5ceeb", "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}}/document_types/:id?subdomain=&location_id=", "host": [ "{{baseUrl}}" ], "path": [ "document_types", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "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:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-472a0779-2320-4f05-8cb6-7097ede5ceeb" }, { "id": "51a3fab7-ed93-45b1-9dfb-847f69e8293f", "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}}/document_types/:id?subdomain=&location_id=", "host": [ "{{baseUrl}}" ], "path": [ "document_types", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "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:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-51a3fab7-ed93-45b1-9dfb-847f69e8293f" }, { "id": "9b646360-8d2f-4de6-bb96-4e5e03a43218", "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}}/document_types/:id?subdomain=&location_id=", "host": [ "{{baseUrl}}" ], "path": [ "document_types", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "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:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-9b646360-8d2f-4de6-bb96-4e5e03a43218" } ], "createdAt": "2026-07-28T02:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-dc56d9ad-54ee-48ed-98ac-c571fd0e7d3c" } ], "id": "3ebc44c4-6733-4e4d-b7ea-38d824866d9c", "createdAt": "2026-07-28T02:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-3ebc44c4-6733-4e4d-b7ea-38d824866d9c" }, { "name": "View document types", "id": "018a09e9-4085-4bc4-91cf-256cd6ae0bc0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.Nexhealth+json;version=2" } ], "url": { "raw": "{{baseUrl}}/document_types?subdomain=&location_id=&active=true", "host": [ "{{baseUrl}}" ], "path": [ "document_types" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter active/not active", "key": "active", "value": "true" } ] } }, "response": [ { "id": "dbaee97a-3e4b-4a4f-ab9d-5214c4851891", "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}}/document_types?subdomain=&location_id=&active=true", "host": [ "{{baseUrl}}" ], "path": [ "document_types" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter active/not active", "key": "active", "value": "true" } ] } }, "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 {\n \"id\": \"\",\n \"name\": \"\",\n \"active\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"active\": \"\"\n }\n ],\n \"count\": \"\"\n}", "createdAt": "2026-07-28T02:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-dbaee97a-3e4b-4a4f-ab9d-5214c4851891" }, { "id": "372bbf29-6222-4e6d-9747-00b44148ef02", "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}}/document_types?subdomain=&location_id=&active=true", "host": [ "{{baseUrl}}" ], "path": [ "document_types" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter active/not active", "key": "active", "value": "true" } ] } }, "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:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-372bbf29-6222-4e6d-9747-00b44148ef02" }, { "id": "58c97961-4220-4dd3-8eb0-01cfacd412a2", "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}}/document_types?subdomain=&location_id=&active=true", "host": [ "{{baseUrl}}" ], "path": [ "document_types" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter active/not active", "key": "active", "value": "true" } ] } }, "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:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-58c97961-4220-4dd3-8eb0-01cfacd412a2" }, { "id": "12e52458-3f9b-44c1-9e86-a4b44e9ee844", "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}}/document_types?subdomain=&location_id=&active=true", "host": [ "{{baseUrl}}" ], "path": [ "document_types" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter active/not active", "key": "active", "value": "true" } ] } }, "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:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-12e52458-3f9b-44c1-9e86-a4b44e9ee844" }, { "id": "373f727c-827f-4390-97f5-b8e5ab5a48b4", "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}}/document_types?subdomain=&location_id=&active=true", "host": [ "{{baseUrl}}" ], "path": [ "document_types" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter active/not active", "key": "active", "value": "true" } ] } }, "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:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-373f727c-827f-4390-97f5-b8e5ab5a48b4" }, { "id": "6e874d88-73b1-464f-af11-2d595bb0efef", "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}}/document_types?subdomain=&location_id=&active=true", "host": [ "{{baseUrl}}" ], "path": [ "document_types" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter active/not active", "key": "active", "value": "true" } ] } }, "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:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-6e874d88-73b1-464f-af11-2d595bb0efef" } ], "createdAt": "2026-07-28T02:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-018a09e9-4085-4bc4-91cf-256cd6ae0bc0" } ], "id": "2c68fd55-9880-49c1-a514-0ef61c8e2ac7", "createdAt": "2026-07-28T02:18:50.000Z", "updatedAt": "2026-07-28T02:18:50.000Z", "uid": "35240-2c68fd55-9880-49c1-a514-0ef61c8e2ac7" } ], "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" } ] }