{ "opencollection": "1.0.0", "info": { "name": "Open Data API", "version": "v2.3" }, "items": [ { "info": { "name": "Branch", "type": "folder" }, "items": [ { "info": { "name": "GET /branches", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/branches", "headers": [ { "name": "If-Modified-Since", "value": "" }, { "name": "If-None-Match", "value": "" } ] }, "docs": "Gets a list of all `Branch` objects." }, { "info": { "name": "HEAD /branches", "type": "http" }, "http": { "method": "HEAD", "url": "{{baseUrl}}/branches", "headers": [ { "name": "If-Modified-Since", "value": "" }, { "name": "If-None-Match", "value": "" } ] }, "docs": "Gets header information on the current set of `Branch` data" } ] } ], "bundled": true }