{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Schema API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Schema", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Account Schema Endpoint, Takes an Account Name and Returns Its Schema", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/schema", "params": [ { "name": "name", "value": "", "type": "path", "description": "The path and filename of the account to get its schema" } ] }, "docs": "Factset Get Account Schema Endpoint, Takes an Account Name and Returns Its Schema" } ] } ], "bundled": true }