However in reality, if an electionId is not specified, this is returned:
{
"error": {
"code": 400,
"message": "Election unknown",
"errors": [
{
"message": "Election unknown",
"domain": "global",
"reason": "invalid"
}
]
}
}
Specifying any electionID, even one that's in a different state than the address provided, will work and allow basic info. to be returned.