{ "opencollection": "1.0.0", "info": { "name": "FiscalNote AppData Bills Officials API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Officials", "type": "folder" }, "items": [ { "info": { "name": "FiscalNote List government officials", "type": "http" }, "http": { "method": "GET", "url": "https://api.fiscalnote.com/people/v2/officials", "params": [ { "name": "jurisdiction", "value": "", "type": "query", "description": "Filter by jurisdiction code such as US, US-CA, GB, or EU." }, { "name": "chamber", "value": "", "type": "query", "description": "Filter by legislative chamber such as senate or house." }, { "name": "party", "value": "", "type": "query", "description": "Filter by political party affiliation." }, { "name": "state", "value": "", "type": "query", "description": "Filter by U.S. state abbreviation." }, { "name": "q", "value": "", "type": "query", "description": "Full-text search query to filter results." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination." }, { "name": "updatedSince", "value": "", "type": "query", "description": "Return only records updated after this ISO 8601 datetime." } ] }, "docs": "Returns a paginated list of government officials including legislators, executives, and appointees from the United States and international jurisdictions." }, { "info": { "name": "FiscalNote Get government official by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.fiscalnote.com/people/v2/officials/:officialId", "params": [ { "name": "officialId", "value": "", "type": "path", "description": "The unique identifier of the government official." } ] }, "docs": "Returns detailed information about a specific government official including biography, contact details, committee assignments, and political affiliation." } ] } ], "bundled": true }