action geodesystems_search_boulder_county_voter_details { label: "Search API for 'Boulder County Voter Details' entry type" description: "API to search for entries of type Boulder County Voter Details" provider: geodesystems method: GET path: "/repository/search/type/boulder_county_voter_details" encoding: json input: { type: "object" properties: { "changedate.from": { type: "string" format: "date-time" } "changedate.to": { type: "string" format: "date-time" } "createdate.from": { type: "string" format: "date-time" } "createdate.to": { type: "string" format: "date-time" } description: { type: "string" } filesuffix: { type: "string" } fromdate: { type: "string" format: "date-time" } group: { type: "string" } max: { type: "integer" } maxlatitude: { type: "number" format: "float" } maxlongitude: { type: "number" format: "float" } minlatitude: { type: "number" format: "float" } minlongitude: { type: "number" format: "float" } name: { type: "string" } "search.db_boulder_county_voter_details.birth_year": { type: "integer" } "search.db_boulder_county_voter_details.city_ward_district": { type: "string" } "search.db_boulder_county_voter_details.congressional": { type: "string" } "search.db_boulder_county_voter_details.first_name": { type: "string" } "search.db_boulder_county_voter_details.gender": { type: "string" } "search.db_boulder_county_voter_details.last_name": { type: "string" } "search.db_boulder_county_voter_details.last_updated_date": { type: "string" } "search.db_boulder_county_voter_details.location": { type: "string" } "search.db_boulder_county_voter_details.mailing_zip_code": { type: "string" } "search.db_boulder_county_voter_details.municipality": { type: "string" } "search.db_boulder_county_voter_details.party": { type: "string" } "search.db_boulder_county_voter_details.precinct_code": { type: "string" } "search.db_boulder_county_voter_details.registration_date": { type: "string" } "search.db_boulder_county_voter_details.residential_address": { type: "string" } "search.db_boulder_county_voter_details.residential_city": { type: "string" } "search.db_boulder_county_voter_details.school_district": { type: "string" } "search.db_boulder_county_voter_details.state_house": { type: "string" } "search.db_boulder_county_voter_details.state_senate": { type: "string" } "search.db_boulder_county_voter_details.voter_status": { type: "string" } skip: { type: "integer" } text: { type: "string" } todate: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }