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