{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Pricing API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Pricing", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Pa Pricing Sources", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/pricing-sources", "params": [ { "name": "name", "value": "", "type": "query", "description": "PA pricing sources name" }, { "name": "category", "value": "", "type": "query", "description": "PA pricing sources category" }, { "name": "directory", "value": "", "type": "query", "description": "The directory to get the PA pricing sources in" } ] }, "docs": "This endpoint lists all the PA pricing sources that can be applied to a PA calculation." } ] } ], "bundled": true }