GET race8_pollingstation/{dbName}/{electoralUnitId}/{languageId}
Get polling stations for selected electoral unit for election race for municipal mayors on selected language
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dbName | the name of the database from which data are obtained |
Define this parameter in the request URI. |
| electoralUnitId | the ID of the electoral unit |
Define this parameter in the request URI. |
| languageId | the ID of the language in which informations are displayed |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"pollingStationId": 1,
"name": "sample string 2",
"location": "sample string 3",
"code": "sample string 4",
"dataFrom": "2026-09-09T19:02:40.484246+02:00",
"active": true
},
{
"pollingStationId": 1,
"name": "sample string 2",
"location": "sample string 3",
"code": "sample string 4",
"dataFrom": "2026-09-09T19:02:40.484246+02:00",
"active": true
},
{
"pollingStationId": 1,
"name": "sample string 2",
"location": "sample string 3",
"code": "sample string 4",
"dataFrom": "2026-09-09T19:02:40.484246+02:00",
"active": true
}
]
application/xml, text/xml
Sample:
<ArrayOfRace8_PollingStation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race8">
<Race8_PollingStation>
<Active>true</Active>
<Code>sample string 4</Code>
<DataFrom>2026-09-09T19:02:40.484246+02:00</DataFrom>
<Location>sample string 3</Location>
<Name>sample string 2</Name>
<PollingStationId>1</PollingStationId>
</Race8_PollingStation>
<Race8_PollingStation>
<Active>true</Active>
<Code>sample string 4</Code>
<DataFrom>2026-09-09T19:02:40.484246+02:00</DataFrom>
<Location>sample string 3</Location>
<Name>sample string 2</Name>
<PollingStationId>1</PollingStationId>
</Race8_PollingStation>
<Race8_PollingStation>
<Active>true</Active>
<Code>sample string 4</Code>
<DataFrom>2026-09-09T19:02:40.484246+02:00</DataFrom>
<Location>sample string 3</Location>
<Name>sample string 2</Name>
<PollingStationId>1</PollingStationId>
</Race8_PollingStation>
</ArrayOfRace8_PollingStation>