{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Columns API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Columns", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Pa Columns", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/columns", "params": [ { "name": "name", "value": "", "type": "query", "description": "Column name" }, { "name": "category", "value": "", "type": "query", "description": "Column category" }, { "name": "directory", "value": "", "type": "query", "description": "The directory to get the columns in" } ] }, "docs": "This endpoint lists all the PA columns that can be applied to a calculation." }, { "info": { "name": "Factset Get Pa Column Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/columns/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for a column" } ] }, "docs": "This endpoint returns the default settings of a PA column." } ] } ], "bundled": true }