{ "opencollection": "1.0.0", "info": { "name": "FiscalNote AppData Bills Labels API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Labels", "type": "folder" }, "items": [ { "info": { "name": "FiscalNote List labels", "type": "http" }, "http": { "method": "GET", "url": "https://api.fiscalnote.com/appdata/v1/labels", "params": [ { "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." } ] }, "docs": "Returns a paginated list of labels used to categorize and organize legislation and policy items within the organization." }, { "info": { "name": "FiscalNote Get label by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.fiscalnote.com/appdata/v1/labels/:labelId", "params": [ { "name": "labelId", "value": "", "type": "path", "description": "The unique identifier of the label." } ] }, "docs": "Returns detailed information about a specific label." } ] } ], "bundled": true }