{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Strategies API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Strategies", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Axioma Fi Strategy Documents and Sub-directories in a Directory", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/afi/v3/strategies/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The directory to get the strategy documents and sub-directories in" } ] }, "docs": "This endpoint looks up all Axioma FI strategy documents and sub-directories in a given directory." }, { "info": { "name": "Factset Get Northfield Strategy Documents and Sub-directories in a Directory", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/npo/v3/strategies/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The directory to get the strategy documents and sub-directories in" } ] }, "docs": "This endpoint looks up all Northfield strategy documents and sub-directories in a given directory." }, { "info": { "name": "Get Factset Portfolio Optimizer Strategy Documents and Sub-directories in a Directory", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/fpo/v3/strategies/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The directory to get the strategy documents and sub-directories in" } ] }, "docs": "This endpoint looks up all FactSet Portfolio Optimizer strategy documents and sub-directories in a given directory." } ] } ], "bundled": true }