{ "opencollection": "1.0.0", "info": { "name": "EPA Air Quality System (AQS) Account Type Codes Rectangular Duct WAF API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Rectangular Duct WAF", "type": "folder" }, "items": [ { "info": { "name": "DuctWafController_getDuctWafs", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/monitor-plan-mgmt/locations/:locId/duct-wafs", "params": [ { "name": "locId", "value": "12345", "type": "path" } ] } } ] } ], "bundled": true }