GET Administration_ElectionControllerRowCount/{race}/{databaseName}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| race | No documentation available. |
Define this parameter in the request URI. |
| databaseName | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"numberOfRows": 1,
"name": "sample string 2"
},
{
"numberOfRows": 1,
"name": "sample string 2"
},
{
"numberOfRows": 1,
"name": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfRowCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Administration">
<RowCount>
<Name>sample string 2</Name>
<NumberOfRows>1</NumberOfRows>
</RowCount>
<RowCount>
<Name>sample string 2</Name>
<NumberOfRows>1</NumberOfRows>
</RowCount>
<RowCount>
<Name>sample string 2</Name>
<NumberOfRows>1</NumberOfRows>
</RowCount>
</ArrayOfRowCount>