GET race8_pollingstationscandidatesresult/{dbName}/{polingStationId}/{languageId}

Get candidates results for selected party result ID for election race for municipal mayors on selected language

Request Information

Parameters

NameDescriptionAdditional information
dbName
the name of the database from which data are obtained

Define this parameter in the request URI.

polingStationId
the ID of the party result from polling station

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,
    "percentage": 4.0
  },
  {
    "name": "sample string 1",
    "code": "sample string 2",
    "totalVotes": 3,
    "percentage": 4.0
  },
  {
    "name": "sample string 1",
    "code": "sample string 2",
    "totalVotes": 3,
    "percentage": 4.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfRace8_PollingStationsCandidatesResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race8">
  <Race8_PollingStationsCandidatesResult>
    <Code>sample string 2</Code>
    <Name>sample string 1</Name>
    <Percentage>4</Percentage>
    <TotalVotes>3</TotalVotes>
  </Race8_PollingStationsCandidatesResult>
  <Race8_PollingStationsCandidatesResult>
    <Code>sample string 2</Code>
    <Name>sample string 1</Name>
    <Percentage>4</Percentage>
    <TotalVotes>3</TotalVotes>
  </Race8_PollingStationsCandidatesResult>
  <Race8_PollingStationsCandidatesResult>
    <Code>sample string 2</Code>
    <Name>sample string 1</Name>
    <Percentage>4</Percentage>
    <TotalVotes>3</TotalVotes>
  </Race8_PollingStationsCandidatesResult>
</ArrayOfRace8_PollingStationsCandidatesResult>