GET {version}/GetElectionPeriods
Get Election Periods
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of Election Periods
Collection of ElectionPeriod| Name | Description | Type | Additional information |
|---|---|---|---|
| GUID | globally unique identifier |
None. |
|
| Text | string |
None. |
|
| Description | string |
None. |
|
| Year | integer |
None. |
|
| ElectionDate | date |
None. |
|
| ElectionDateLS | string |
None. |
|
| Active | boolean |
None. |
|
| Default | boolean |
None. |
|
| id | string |
None. |
|
| itemName | string |
None. |
|
| itemName1 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GUID": "9b31ec35-18b7-48ee-afd1-a094d5bb4049",
"Text": "sample string 2",
"Description": "sample string 3",
"Year": 4,
"ElectionDate": "11/27/2025",
"ElectionDateLS": "11/27/2025",
"Active": true,
"Default": true,
"id": "9b31ec35-18b7-48ee-afd1-a094d5bb4049",
"itemName": "sample string 2 - 4",
"itemName1": "4 - sample string 2 (sample string 3)"
},
{
"GUID": "9b31ec35-18b7-48ee-afd1-a094d5bb4049",
"Text": "sample string 2",
"Description": "sample string 3",
"Year": 4,
"ElectionDate": "11/27/2025",
"ElectionDateLS": "11/27/2025",
"Active": true,
"Default": true,
"id": "9b31ec35-18b7-48ee-afd1-a094d5bb4049",
"itemName": "sample string 2 - 4",
"itemName1": "4 - sample string 2 (sample string 3)"
}
]
application/xml, text/xml
Sample:
<ArrayOfElectionPeriod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
<ElectionPeriod>
<Active>true</Active>
<Default>true</Default>
<Description>sample string 3</Description>
<ElectionDate>2025-11-27T23:28:01.2614758-05:00</ElectionDate>
<GUID>9b31ec35-18b7-48ee-afd1-a094d5bb4049</GUID>
<Text>sample string 2</Text>
<Year>4</Year>
</ElectionPeriod>
<ElectionPeriod>
<Active>true</Active>
<Default>true</Default>
<Description>sample string 3</Description>
<ElectionDate>2025-11-27T23:28:01.2614758-05:00</ElectionDate>
<GUID>9b31ec35-18b7-48ee-afd1-a094d5bb4049</GUID>
<Text>sample string 2</Text>
<Year>4</Year>
</ElectionPeriod>
</ArrayOfElectionPeriod>