{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Templated API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Templated", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Templated Pa Components in Path", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/templated-components", "params": [ { "name": "directory", "value": "", "type": "query", "description": "Get templated PA components in path" } ] }, "docs": "This endpoint returns the list of templated PA components in path." }, { "info": { "name": "Factset Create Templated Pa Component", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/analytics/engines/pa/v3/templated-components", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates new component based off of linked PA template or unlinked PA template.\r\n\r\nRemarks:\r\n\r\n* Any settings in the POST body will act as a one-time override over the settings saved in the PA template.\r\n\r\n* Account identifiers must have .ACCT or .ACTM extension or BENCH: prefix. Holdings mode can be optionally set for every account. \r\n Possible values for holdings mode are B&H (Buy and Hold), TBR (Transaction based returns), OMS (Order Management System), \r\n VLT (Vaulted " }, { "info": { "name": "Factset Get Templated Pa Component by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/templated-components/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for a templated PA component" } ] }, "docs": "This endpoint fetches the templated PA component settings." }, { "info": { "name": "Factset Update Templated Pa Component", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/analytics/engines/pa/v3/templated-components/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for a templated PA component" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows the user to change the request body from an existing templated PA component.\r\n\r\nRemarks:\r\n\r\n* Any settings in the POST body will act as a one-time override over the settings saved in the PA template.\r\n\r\n* Account identifiers must have .ACCT or .ACTM extension or BENCH: prefix. Holdings mode can be optionally set for every account. \r\n Possible values for holdings mode are B&H (Buy and Hold), TBR (Transaction based returns), OMS (Order Management System), \r\n VLT (Vau" }, { "info": { "name": "Factset Delete Templated Pa Component", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/analytics/engines/pa/v3/templated-components/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for a templated PA component" } ] }, "docs": "This endpoint deletes an existing templated PA component" } ] } ], "bundled": true }