{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Components API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Components", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Pa Components", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/components", "params": [ { "name": "document", "value": "", "type": "query", "description": "Document Name" } ] }, "docs": "This endpoint returns the list of PA components in a given PA document." }, { "info": { "name": "Factset Get Pa Component by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/components/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for a PA component" } ] }, "docs": "This endpoint returns the default settings of a PA component." }, { "info": { "name": "Factset Get Spar Components", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/spar/v3/components", "params": [ { "name": "document", "value": "", "type": "query", "description": "Document Name" } ] }, "docs": "This endpoint returns the list of SPAR components in a given SPAR document." }, { "info": { "name": "Factset Get Spar Component by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/spar/v3/components/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for a SPAR component" } ] }, "docs": "This endpoint returns the default settings of a SPAR component." }, { "info": { "name": "Factset Get Vault Components", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/vault/v3/components", "params": [ { "name": "document", "value": "", "type": "query", "description": "Document Name" } ] }, "docs": "This endpoint returns the list of Vault components in a given Vault document." }, { "info": { "name": "Factset Get Vault Component by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/vault/v3/components/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for a vault component" } ] }, "docs": "This endpoint returns the default settings of a Vault component." } ] } ], "bundled": true }