{ "opencollection": "1.0.0", "info": { "name": "Open311 GeoReport Request API", "version": "2.0" }, "items": [ { "info": { "name": "Request", "type": "folder" }, "items": [ { "info": { "name": "current status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/request/:service_request_id.:response_format", "params": [ { "name": "response_format", "value": "", "type": "path" }, { "name": "jurisdiction_id", "value": "", "type": "query", "description": "" }, { "name": "service_request_id", "value": "", "type": "path", "description": "Is specified in the main URL path rather than an added query string parameter." } ] }, "docs": "Query the current status of an individual request" } ] } ], "bundled": true }