GET race9_electoralunitnationalminoritiesresult/{dbName}/{electoralUnitId}/{languageId}
Get national minorities result for selected electoral unit for election race for municipal councilors/municipal assembly 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:
[
{
"name": "sample string 1",
"code": "sample string 2",
"totalVotes": 3,
"regularVotes": 1,
"postOfficeVotes": 1,
"absenceAndMobileTeamVotes": 1,
"confirmedVotes": 1,
"percentage": 4.0,
"haveMandates": true
},
{
"name": "sample string 1",
"code": "sample string 2",
"totalVotes": 3,
"regularVotes": 1,
"postOfficeVotes": 1,
"absenceAndMobileTeamVotes": 1,
"confirmedVotes": 1,
"percentage": 4.0,
"haveMandates": true
},
{
"name": "sample string 1",
"code": "sample string 2",
"totalVotes": 3,
"regularVotes": 1,
"postOfficeVotes": 1,
"absenceAndMobileTeamVotes": 1,
"confirmedVotes": 1,
"percentage": 4.0,
"haveMandates": true
}
]
application/xml, text/xml
Sample:
<ArrayOfRace9_ElectoralUnitNationalMinoritiesResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race9">
<Race9_ElectoralUnitNationalMinoritiesResult>
<AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
<Code>sample string 2</Code>
<ConfirmedVotes>1</ConfirmedVotes>
<HaveMandates>true</HaveMandates>
<Name>sample string 1</Name>
<Percentage>4</Percentage>
<PostOfficeVotes>1</PostOfficeVotes>
<RegularVotes>1</RegularVotes>
<TotalVotes>3</TotalVotes>
</Race9_ElectoralUnitNationalMinoritiesResult>
<Race9_ElectoralUnitNationalMinoritiesResult>
<AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
<Code>sample string 2</Code>
<ConfirmedVotes>1</ConfirmedVotes>
<HaveMandates>true</HaveMandates>
<Name>sample string 1</Name>
<Percentage>4</Percentage>
<PostOfficeVotes>1</PostOfficeVotes>
<RegularVotes>1</RegularVotes>
<TotalVotes>3</TotalVotes>
</Race9_ElectoralUnitNationalMinoritiesResult>
<Race9_ElectoralUnitNationalMinoritiesResult>
<AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
<Code>sample string 2</Code>
<ConfirmedVotes>1</ConfirmedVotes>
<HaveMandates>true</HaveMandates>
<Name>sample string 1</Name>
<Percentage>4</Percentage>
<PostOfficeVotes>1</PostOfficeVotes>
<RegularVotes>1</RegularVotes>
<TotalVotes>3</TotalVotes>
</Race9_ElectoralUnitNationalMinoritiesResult>
</ArrayOfRace9_ElectoralUnitNationalMinoritiesResult>