Appearance
getLgas ​
Retrieves a list of all LGAs (Local Government Areas, i.e. Councils).
INFO
LGA is the "jurisdiction" whereas a council is the "governing body", but for all intents and purposes they are the same. The master LGA list does not include words like "council" or "shire", so these are not included in the response.
Request ​
http
GET /rest/refdata/lgaParameters ​
None.
Response ​
200 OK ​
json
[
{
"lgaCode": "71150",
"lgaName": "Darwin Waterfront Precinct"
},
{
"lgaCode": "71000",
"lgaName": "Darwin"
},
{
"lgaCode": "79399",
"lgaName": "Unincorporated NT"
}
]| Field | Type | Description |
|---|---|---|
lgaCode | string | LGA code identifier |
lgaName | string | LGA name |
Errors ​
| Exception | Cause |
|---|---|
WSRefDataServiceException | Service error while fetching LGAs |
Version ​
http
GET /rest/refdata/lgas/versionjson
{ "version": 1 }