action fec_get_state_election_office { label: "get_state_election_office" description: "\nState laws and procedures govern elections for state or local offices as well as\nhow candidates appear on election ballots.\nContact the appropriate state election office for more information.\n" provider: fec method: GET path: "/state-election-office/" 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" } state: { type: "string" } } required: ["api_key", "state"] additionalProperties: false } output: { type: "object" additionalProperties: true } }