{ "opencollection": "1.0.0", "info": { "name": "Wufoo REST Comments Widgets API", "version": "3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Widgets", "type": "folder" }, "items": [ { "info": { "name": "List Report Widgets", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.wufoo.com/api/v3/reports/:identifier/widgets.:format", "params": [ { "name": "identifier", "value": "", "type": "path", "description": "Form or report hash (preferred) or its title." }, { "name": "format", "value": "", "type": "path", "description": "Response serialization format." }, { "name": "pretty", "value": "", "type": "query" } ] }, "docs": "Returns the widgets that compose a report." } ] } ], "bundled": true }