{ "opencollection": "1.0.0", "info": { "name": "Service Alerts API", "version": "1" }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "GET /alerts/{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/alerts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /alerts/alert/{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/alerts/alert/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /alerts/all", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/alerts/all" } } ] } ], "bundled": true }