action fec_get_schedules_schedule_c_sub_id { label: "get_schedules_schedule_c_sub_id" 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/{sub_id}/" encoding: json input: { type: "object" properties: { api_key: { 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" } sub_id: { type: "string" } } required: ["api_key", "sub_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }