action fec_get_committee_committee_id_filings { label: "get_committee_committee_id_filings" description: "\nAll official records and reports filed by or delivered to the FEC.\n\nNote: because the filings data includes many records, counts for large\nresult sets are approximate; you will want to page through the records until no records are returned.\n" provider: fec method: GET path: "/committee/{committee_id}/filings/" encoding: json input: { type: "object" properties: { amendment_indicator: { type: "array" items: { type: "string" enum: ["", "N", "A", "T", "C", "M", "S"] } } api_key: { type: "string" } beginning_image_number: { type: "array" items: { type: "string" } } committee_id: { type: "string" } committee_type: { type: "string" } cycle: { type: "array" items: { type: "integer" format: "int32" } } district: { type: "array" items: { type: "string" } } document_type: { type: "array" items: { type: "string" } } file_number: { type: "array" items: { type: "integer" format: "int32" } } filer_type: { type: "string" enum: ["e-file", "paper"] } form_category: { type: "array" items: { type: "string" } } form_type: { type: "array" items: { type: "string" } } is_amended: { type: "boolean" } max_receipt_date: { type: "string" format: "date" } min_receipt_date: { type: "string" format: "date" } most_recent: { type: "boolean" } office: { type: "array" items: { type: "string" enum: ["", "H", "S", "P"] } } page: { type: "integer" format: "int32" } party: { type: "array" items: { type: "string" } } per_page: { type: "integer" format: "int32" } primary_general_indicator: { type: "array" items: { type: "string" } } q_filer: { type: "array" items: { type: "string" } } report_type: { type: "array" items: { type: "string" } } report_year: { type: "array" items: { type: "integer" format: "int32" } } request_type: { type: "array" items: { type: "string" } } sort: { type: "array" items: { type: "string" } } sort_hide_null: { type: "boolean" } sort_null_only: { type: "boolean" } sort_nulls_last: { type: "boolean" } state: { type: "array" items: { type: "string" } } } required: ["api_key", "committee_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }