You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### civicinfo:v2
The following keys were deleted:
- resources.elections.methods.voterInfoQuery.parameters.address.required (Total Keys: 1)
The following keys were changed:
- resources.elections.methods.voterInfoQuery.parameterOrder (Total Keys: 1)
<pre>Looks up information relevant to a voter based on the voter's registered address.
123
123
124
124
Args:
125
-
address: string, The registered address of the voter to look up. (required)
125
+
address: string, The registered address of the voter to look up.
126
126
electionId: string, The unique ID of the election to look up. A list of election IDs can be obtained at https://www.googleapis.com/civicinfo/{version}/elections. If no election ID is specified in the query and there is more than one election with data for the given voter, the additional elections are provided in the otherElections response field.
127
127
officialOnly: boolean, If set to true, only data from official state sources will be returned.
128
128
productionDataOnly: boolean, Whether to include data that has not been vetted yet. Should only be made available to internal IPs or trusted partners. This is a non-discoverable parameter in the One Platform API config.
0 commit comments