{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About List Schemas API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "List Schemas", "type": "folder" }, "items": [ { "info": { "name": "Factset schemas", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/list-schemas", "params": [ { "name": "schema", "value": "", "type": "query", "description": "schema name
**Example: acta_v1, fgp_v1, yn_v1**\n\nQFL:- To query QFL data, please use value: **qfl_v1** " }, { "name": "sequence", "value": "", "type": "query", "description": "Version number of a schema\n\nPlease enter the sequence number associated with the schema passed in the request\n**Example: \"8\" from acta_v1: [8],**\n\nQFL:- Enter the sequence number associated with the qfl schema \n\n**Note:** Please pass sequence parameter only while passing the schema parameter in the request" } ] }, "docs": "List-Schemas helper end point provides the list of schemas subscribed by the client and their corresponding sequences if no query parameters are passed in the request.\n\n If schema & sequence number (version number of schema) are passed in the request, this endpoint provides a downloadable presigned url containing the schema information." } ] } ], "bundled": true }