{ "opencollection": "1.0.0", "info": { "name": "Reclamation Information Sharing Environment (RISE) Catalog API", "version": "1.0" }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "List catalog items", "type": "http" }, "http": { "method": "GET", "url": "https://data.usbr.gov/rise/api/catalog-item", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "itemsPerPage", "value": "", "type": "query" } ] }, "docs": "List catalog items" }, { "info": { "name": "List catalog records", "type": "http" }, "http": { "method": "GET", "url": "https://data.usbr.gov/rise/api/catalog-record", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "itemsPerPage", "value": "", "type": "query" } ] }, "docs": "List catalog records" }, { "info": { "name": "List catalog theme types", "type": "http" }, "http": { "method": "GET", "url": "https://data.usbr.gov/rise/api/catalog-theme-type" }, "docs": "List catalog theme types" }, { "info": { "name": "List item structures", "type": "http" }, "http": { "method": "GET", "url": "https://data.usbr.gov/rise/api/item-structure" }, "docs": "List item structures" }, { "info": { "name": "List sub-themes", "type": "http" }, "http": { "method": "GET", "url": "https://data.usbr.gov/rise/api/sub-theme" }, "docs": "List sub-themes" } ] } ], "bundled": true }