action geodesystems_search_campaign_donors { label: "Search API for 'Campaign Donors' entry type" description: "API to search for entries of type Campaign Donors" provider: geodesystems method: GET path: "/repository/search/type/campaign_donors" 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_campaign_donors.amount": { type: "number" format: "double" } "search.db_campaign_donors.city": { type: "string" } "search.db_campaign_donors.committee": { type: "string" } "search.db_campaign_donors.date": { type: "string" } "search.db_campaign_donors.donor": { type: "string" } "search.db_campaign_donors.employer": { type: "string" } "search.db_campaign_donors.gender": { type: "string" } "search.db_campaign_donors.location": { type: "string" } "search.db_campaign_donors.occupation": { type: "string" } "search.db_campaign_donors.party": { type: "string" } "search.db_campaign_donors.state": { type: "string" } "search.db_campaign_donors.zip_code": { type: "string" } skip: { type: "integer" } text: { type: "string" } todate: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }