{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Schemas API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Schemas", "type": "folder" }, "items": [ { "info": { "name": "Factset Get a List of Schemas.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/Schemas", "params": [ { "name": "startIndex", "value": "", "type": "query", "description": "Result start index. The one-based index of the first result to be returned in the list of resources. For example, to exclude the first two resources, use a *startIndex* value of 3. This parameter has a default value of 1. This index applies *after* any resource filtration has been applied as specified by the *filter* argument." }, { "name": "count", "value": "", "type": "query", "description": "Maximum resource count. The server will not return more resources than this value, although it may return fewer." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Factset Get a List of Schemas." }, { "info": { "name": "Factset Get a Schema.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/Schemas/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Factset Get a Schema." } ] } ], "bundled": true }