wards/all
Retrieve all Wards as configured within the eGov module.
Arguments:
- api_key (required)
- per_page (optional - default 10)
- page (optional - default 1)
Example request:
http://[domain]/api/wards/all.xml?api_key=[api_key]&per_page=3&page=5
Example response:
<?xml version="1.0" encoding="utf-8"?>
<wards page="5" pages="11" per_page="3" total="32">
<ward id="48">
<name>Didsbury East</name>
<code>DE</code>
</ward>
<ward id="50">
<name>Didsbury West</name>
<code>DW</code>
</ward>
<ward id="44">
<name>Fallowfield</name>
<code>F</code>
</ward>
</wards>