action geodesystems_search_2017_boulder_election_expenditures { label: "Search API for '2017 Boulder Election Expenditures' entry type" description: "API to search for entries of type 2017 Boulder Election Expenditures" provider: geodesystems method: GET path: "/repository/search/type/2017_boulder_election_expenditures" 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_2017_boulder_election_expenditures.city": { type: "string" } "search.db_2017_boulder_election_expenditures.committee": { type: "string" } "search.db_2017_boulder_election_expenditures.expenditure": { type: "number" format: "double" } "search.db_2017_boulder_election_expenditures.name": { type: "string" } "search.db_2017_boulder_election_expenditures.purpose": { type: "string" } "search.db_2017_boulder_election_expenditures.state": { type: "string" } "search.db_2017_boulder_election_expenditures.street": { type: "string" } "search.db_2017_boulder_election_expenditures.transaction_date": { type: "string" } "search.db_2017_boulder_election_expenditures.zip": { type: "string" } skip: { type: "integer" } text: { type: "string" } todate: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }