{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Linked API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Linked", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Linked Pa Templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/linked-templates", "params": [ { "name": "directory", "value": "", "type": "query", "description": "Get linked PA templates in path." }, { "name": "documentDirectory", "value": "", "type": "query", "description": "Get linked PA templates for documents in document path" }, { "name": "documentName", "value": "", "type": "query", "description": "Get linked PA templates for documents by document name" } ] }, "docs": "This endpoint returns the list of linked PA templates in given path." }, { "info": { "name": "Factset Create a Linked Pa Template", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/analytics/engines/pa/v3/linked-templates", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates a template from an **existing portfolio analysis tile**, allowing the user to replicate and fetch reports settings.\r\n\r\nRemarks:\r\n\r\n* Mandatory fields are required to be passed in POST requests and Optional fields are not necessary. \r\n If no mandatory fields are passed, then we can use the template as a component and skip the component creation.\r\n \r\n* Mandatory, optional and locked fields can be \"accounts\", \"benchmarks\", \"groups\", \"columns\", \"datasources\", \"dates\"" }, { "info": { "name": "Factset Get Linked Pa Template by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/linked-templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for a linked PA template" } ] }, "docs": "This endpoint fetches the linked PA template settings." }, { "info": { "name": "Factset Update a Linked Pa Template", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/analytics/engines/pa/v3/linked-templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for a linked PA template" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows the user to change the request body and description from an existing template.\r\n\r\nRemarks:\r\n\r\n* Mandatory fields are required to be passed in POST requests and Optional fields are not necessary. \r\n If no mandatory fields are passed, then we can use the template as a component and skip the component creation.\r\n \r\n* Mandatory, optional and locked fields can be \"accounts\", \"benchmarks\", \"groups\", \"columns\", \"datasources\", \"dates\", \"currencyisocode\" and \"componentdeta" }, { "info": { "name": "Factset Delete a Linked Pa Template.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/analytics/engines/pa/v3/linked-templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for a linked PA template" } ] }, "docs": "This endpoint deletes an existing linked PA template." } ] } ], "bundled": true }