{ "opencollection": "1.0.0", "info": { "name": "EPA Air Quality System (AQS) Account Type Codes Rata Summary API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Rata Summary", "type": "folder" }, "items": [ { "info": { "name": "RataSummaryController_etRataSummaries", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/qa-certification-mgmt/locations/:locId/test-summary/:testSumId/rata/:rataId/rata-summaries", "params": [ { "name": "locId", "value": "12345", "type": "path" }, { "name": "testSumId", "value": "12345", "type": "path" }, { "name": "rataId", "value": "12345", "type": "path" } ] } }, { "info": { "name": "RataSummaryController_getRataSummary", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/qa-certification-mgmt/locations/:locId/test-summary/:testSumId/rata/:rataId/rata-summaries/:id", "params": [ { "name": "locId", "value": "12345", "type": "path" }, { "name": "testSumId", "value": "12345", "type": "path" }, { "name": "rataId", "value": "12345", "type": "path" }, { "name": "id", "value": "12345", "type": "path" } ] } } ] } ], "bundled": true }