GET Cps/CandidateVotes?year={year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
LSCCandidateVotes| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolId | integer |
None. |
|
| LSCMemberType | string |
None. |
|
| MemberName | string |
None. |
|
| MemberVotes | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SchoolId": 1,
"LSCMemberType": "sample string 1",
"MemberName": "sample string 2",
"MemberVotes": 3
}
application/xml, text/xml
Sample:
<LSCCandidateVotes xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SchoolId>1</SchoolId> <LSCMemberType>sample string 1</LSCMemberType> <MemberName>sample string 2</MemberName> <MemberVotes>3</MemberVotes> </LSCCandidateVotes>