action geodesystems_search_fec_pacs { label: "Search API for 'FEC PACs' entry type" description: "API to search for entries of type FEC PACs" provider: geodesystems method: GET path: "/repository/search/type/fec_pacs" 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_fec_pacs.beginning_cash": { type: "number" format: "double" } "search.db_fec_pacs.candidate_loan_repayments": { type: "number" format: "double" } "search.db_fec_pacs.committee": { type: "string" } "search.db_fec_pacs.contributions_from_candidate": { type: "number" format: "double" } "search.db_fec_pacs.contributions_from_individuals": { type: "number" format: "double" } "search.db_fec_pacs.contributions_from_other_committees": { type: "number" format: "double" } "search.db_fec_pacs.contributions_to_other_committee": { type: "number" format: "double" } "search.db_fec_pacs.ending_cash": { type: "number" format: "double" } "search.db_fec_pacs.loan_repayments": { type: "number" format: "double" } "search.db_fec_pacs.loans_from_candidate": { type: "number" format: "double" } "search.db_fec_pacs.refends_to_othercommittees": { type: "number" format: "double" } "search.db_fec_pacs.refunds_to_individuals": { type: "number" format: "double" } "search.db_fec_pacs.total_distributions": { type: "number" format: "double" } "search.db_fec_pacs.total_loans_received": { type: "number" format: "double" } "search.db_fec_pacs.total_receipts": { type: "number" format: "double" } "search.db_fec_pacs.trans_from_affiliates": { type: "number" format: "double" } "search.db_fec_pacs.transfers_to_affiliates": { type: "number" format: "double" } skip: { type: "integer" } text: { type: "string" } todate: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }