GET /areas
No query parameters. Response:Back to API overview
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve area records from the Visualcare API
[
{
"AreaId": 1,
"AreaCode": "EAST",
"Area": "Eastern Suburbs",
"Status": "Active"
}
]
| Field | Type | Example |
|---|---|---|
AreaId | integer | 1 |
AreaCode | string | "EAST" |
Area | string | "Eastern Suburbs" |
Status | string | "Active" |
Was this page helpful?
