action fec_get_schedules_schedule_a_efile { label: "get_schedules_schedule_a_efile" description: "\nEfiling endpoints provide real-time campaign finance data received from electronic filers. Efiling endpoints only contain the most recent four months of data and don't contain the processed and coded data that you can find on other endpoints.\n" provider: fec method: GET path: "/schedules/schedule_a/efile/" encoding: json input: { type: "object" properties: { api_key: { type: "string" } committee_id: { type: "array" items: { type: "string" } } contributor_city: { type: "array" items: { type: "string" } } contributor_employer: { type: "array" items: { type: "string" } } contributor_name: { type: "array" items: { type: "string" } } contributor_occupation: { type: "array" items: { type: "string" } } contributor_state: { type: "array" items: { type: "string" } } image_number: { type: "array" items: { type: "string" } } line_number: { type: "string" } max_amount: { type: "string" } max_date: { type: "string" format: "date" } max_image_number: { type: "string" } min_amount: { type: "string" } min_date: { type: "string" format: "date" } min_image_number: { type: "string" } page: { type: "integer" format: "int32" } per_page: { type: "integer" format: "int32" } sort: { type: "string" } sort_hide_null: { type: "boolean" } sort_null_only: { type: "boolean" } sort_nulls_last: { type: "boolean" } } required: ["api_key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }