{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Definitions API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Definitions", "type": "folder" }, "items": [ { "info": { "name": "Factset Gets a Report Definition", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/:tenant/reports/:reportDefinitionCode", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The code of the tenancy" }, { "name": "reportDefinitionCode", "value": "", "type": "path", "description": "The code of the report definition" } ] }, "docs": "Gets a report defintion based on the code specified" } ] } ], "bundled": true }