action geodesystems_search_feccandidates { label: "Search API for 'Candidates' entry type" description: "API to search for entries of type Candidates" provider: geodesystems method: GET path: "/repository/search/type/feccandidates" 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_feccandidates.beginning_cash": { type: "number" format: "double" } "search.db_feccandidates.candidate_loan_repayments": { type: "number" format: "double" } "search.db_feccandidates.committee_refunds": { type: "number" format: "double" } "search.db_feccandidates.contributions_from_candidate": { type: "number" format: "double" } "search.db_feccandidates.contributions_from_other_committees": { type: "number" format: "double" } "search.db_feccandidates.contributions_from_party_committees": { type: "number" format: "double" } "search.db_feccandidates.coverage_end_date": { type: "string" } "search.db_feccandidates.debts_owed_by": { type: "number" format: "double" } "search.db_feccandidates.district": { type: "string" } "search.db_feccandidates.ending_cash": { type: "number" format: "double" } "search.db_feccandidates.gender": { type: "string" } "search.db_feccandidates.individual_refunds": { type: "number" format: "double" } "search.db_feccandidates.loans_from_candidates": { type: "number" format: "double" } "search.db_feccandidates.name": { type: "string" } "search.db_feccandidates.other_loan_repayments": { type: "number" format: "double" } "search.db_feccandidates.other_loans": { type: "number" format: "double" } "search.db_feccandidates.party": { type: "string" } "search.db_feccandidates.state": { type: "string" } "search.db_feccandidates.total_disbursements": { type: "number" format: "double" } "search.db_feccandidates.total_indivual_contributions": { type: "number" format: "double" } "search.db_feccandidates.total_receipts": { type: "number" format: "double" } "search.db_feccandidates.transfers_from_committees": { type: "number" format: "double" } "search.db_feccandidates.transfers_to_committees": { type: "number" format: "double" } skip: { type: "integer" } text: { type: "string" } todate: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }