{ "opencollection": "1.0.0", "info": { "name": "EPA Air Quality System (AQS) Account Type Codes QA Certification Event API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "QA Certification Event", "type": "folder" }, "items": [ { "info": { "name": "QaCertificationEventController_getQACertEvents", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/qa-certification-mgmt/locations/:locId/qa-certification-events", "params": [ { "name": "locId", "value": "12345", "type": "path" } ] } }, { "info": { "name": "QaCertificationEventController_getQACertEvent", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/qa-certification-mgmt/locations/:locId/qa-certification-events/:id", "params": [ { "name": "locId", "value": "12345", "type": "path" }, { "name": "id", "value": "12345", "type": "path" } ] } } ] } ], "bundled": true }