Utilities
Some utility functions
| API | Description | 
|---|---|
| GET utilities/resetcache/{cacheType}/{countyID} | For resetting cache | 
UploadAPI
Service for Uploading Data
| API | Description | 
|---|---|
| GET api/upload/isavailable | Check to see if service is available. | 
| POST api/upload/votercheckin | Upload Voter Checkin data. | 
| POST api/upload/voters | Upload Voters data. | 
| POST api/upload/challenges | Upload Challenges Data. | 
| POST api/upload/pollingplaces | Upload PollingPlace Data. | 
| POST api/upload/pollingplacesAlt | Upload PollingPlace Alt Name Data. | 
| POST api/upload/pollingplaceschild | Upload PollingPlace Child Data. | 
| POST api/upload/pollingplaces-splits | Upload PollingPlace Splits Data. | 
| POST api/upload/elections | Upload Election Data. | 
| POST api/upload/election-counties | Upload Election Data. | 
| POST api/upload/voterforms | Upload Voter Forms Data. | 
| POST api/upload/voteraddresslog | Upload Voter Address Log Data. | 
| POST api/upload/attester | Upload Attester Data. | 
| POST api/upload/absentee | Upload Absentee Data. | 
| POST api/upload/laptoplogs | Upload Laptop Log Files. | 
| POST api/upload/laptopfiles | Upload Laptop Files. | 
DownloadAPI
Service for Retrieving Data
| API | Description | 
|---|---|
| GET api/download/isavailable | Check to see if service is available. | 
| POST api/download/islaptopvalid | Verify if Laptop is valid and can perform download. | 
| POST api/download/elections | Get List of Elections Available for User to set up by county. | 
| POST api/download/elections-counties | Get List of Election secondary counties | 
| POST api/download/voters | Get List of Voters by County. | 
| POST api/download/votercount | Get the NUMBER of VOTERS by County -- only a number. | 
| POST api/download/locations | Get List of Locations by County. | 
| POST api/download/felons | Get List of Felons. | 
| POST api/download/absentee | Get List of Absentee Voters by County. | 
| POST api/download/pollingplaces | Get List of Polling Places by County. | 
| POST api/download/pollingplaces-child | No documentation available. | 
| POST api/download/pollingplaces-splits | No documentation available. | 
| POST api/download/pollingplacesaltname | Get List of Polling Place Alternate Properties by CountyId | 
| POST api/download/pollingplacesplitcodes | Get List of Polling Place Split Codes by County. | 
| POST api/download/user | Get User Object Information. | 
| POST api/download/codeupdate | Get DB or File updates needed on a given laptop. | 
| POST api/download/genericobjects | Generic Object Information. | 
| POST api/download/dynamicsetting | Get dynamic settings | 
| POST api/download/pagecontent | Get page content | 
| POST api/download/importprocess | Get page content | 
| POST api/download/votersessions | Get List of Voters by County. |