action geodesystems_search_boulder_campaign_contributions { label: "Search API for 'Boulder Campaign Contributions' entry type" description: "API to search for entries of type Boulder Campaign Contributions" provider: geodesystems method: GET path: "/repository/search/type/boulder_campaign_contributions" 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_campaign_contributions.amended_date": { type: "string" } "search.db_boulder_campaign_contributions.anonymous": { type: "string" } "search.db_boulder_campaign_contributions.candidate": { type: "string" } "search.db_boulder_campaign_contributions.city": { type: "string" } "search.db_boulder_campaign_contributions.committee": { type: "string" } "search.db_boulder_campaign_contributions.committee_num": { type: "string" } "search.db_boulder_campaign_contributions.contribution": { type: "number" format: "double" } "search.db_boulder_campaign_contributions.contribution_type": { type: "string" } "search.db_boulder_campaign_contributions.filing_date": { type: "string" } "search.db_boulder_campaign_contributions.first_name": { type: "string" } "search.db_boulder_campaign_contributions.from_candidate": { type: "string" } "search.db_boulder_campaign_contributions.last_name": { type: "string" } "search.db_boulder_campaign_contributions.match": { type: "number" format: "double" } "search.db_boulder_campaign_contributions.official_filing": { type: "string" } "search.db_boulder_campaign_contributions.state": { type: "string" } "search.db_boulder_campaign_contributions.street": { type: "string" } "search.db_boulder_campaign_contributions.transaction_date": { type: "string" } "search.db_boulder_campaign_contributions.type": { type: "string" } "search.db_boulder_campaign_contributions.zip": { type: "string" } skip: { type: "integer" } text: { type: "string" } todate: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }