Reference · PNE
PatientNow Essentials API reference
Every PatientNow Essentials resource lives under
/api/v1. Browse the full catalog of resources below, then open any
operation for its parameters and examples.
This is the full PNE surface. VISH exposes a focused subset (same base URL and auth) — see the VISH API reference →.
Shared conventions — HTTP Basic auth, JSON bodies, Page/Rows
paging, and opaque IDs — apply to every operation and are covered once in
Guides, so they're not repeated below.
Conventions at a glance
| Base URL | https://api.envisiongo.com/api/v1 |
|---|---|
| Auth | Gateway ?apikey=… plus HTTP Basic Authorization: Basic base64(user:pass) — both required (details) |
| Format | JSON in and out; PascalCase fields |
| Verbs | GET read · POST create · PUT update · DELETE remove |
| Paging | Page (1-based), Rows (page size) |
| IDs | Opaque encrypted strings — pass back as received |
Resource catalog
All resources, grouped by area — loading…. Filter to find one fast.
No resources match that filter.
Operations
Every operation, grouped by resource. Examples omit the host for brevity — prepend your base URL. Field values in request and response examples are illustrative.