{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Report API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Report", "type": "folder" }, "items": [ { "info": { "name": "Factset Generates a Report", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/report-instances/generate", "body": { "type": "json", "data": "{}" } }, "docs": "Generates a report using the specified ID and the JSON in the request body" } ] } ], "bundled": true }