GET race1_basicinfo/{dbName}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dbName | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"numberOfVoters": 1,
"numberCandidates": 2,
"numberParty": 3,
"totalVotes": 4,
"percentageTotalVotes": 5.0,
"validVotes": 6,
"percentageValidVotes": 7.0,
"invalidVotes": 8,
"percentageInvalidVotes": 9.0,
"totalPollingStations": 10,
"processedPollingStations": 11,
"percentageProcessedPollingStations": 12.0,
"dataFrom": "2026-09-09T19:01:41.6878803+02:00"
}
application/xml, text/xml
Sample:
<Race1_BasicInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race1"> <DataFrom>2026-09-09T19:01:41.6878803+02:00</DataFrom> <InvalidVotes>8</InvalidVotes> <NumberCandidates>2</NumberCandidates> <NumberOfVoters>1</NumberOfVoters> <NumberParty>3</NumberParty> <PercentageInvalidVotes>9</PercentageInvalidVotes> <PercentageProcessedPollingStations>12</PercentageProcessedPollingStations> <PercentageTotalVotes>5</PercentageTotalVotes> <PercentageValidVotes>7</PercentageValidVotes> <ProcessedPollingStations>11</ProcessedPollingStations> <TotalPollingStations>10</TotalPollingStations> <TotalVotes>4</TotalVotes> <ValidVotes>6</ValidVotes> </Race1_BasicInfo>