action fec_get_schedules_schedule_c { label: "get_schedules_schedule_c" description: "\nSchedule C shows all loans, endorsements and loan guarantees a committee\nreceives or makes.\n\nThe committee continues to report the loan until it is repaid.\n" provider: fec method: GET path: "/schedules/schedule_c/" encoding: json input: { type: "object" properties: { api_key: { type: "string" } candidate_name: { type: "array" items: { type: "string" } } committee_id: { type: "array" items: { type: "string" } } image_number: { type: "array" items: { type: "string" } } last_index: { type: "integer" format: "int32" } line_number: { type: "string" } loan_source_name: { type: "array" items: { type: "string" } } max_amount: { type: "string" } max_image_number: { type: "string" } max_incurred_date: { type: "string" format: "date" } max_payment_to_date: { type: "integer" format: "int32" } min_amount: { type: "string" } min_image_number: { type: "string" } min_incurred_date: { type: "string" format: "date" } min_payment_to_date: { type: "integer" format: "int32" } 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 } }