{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About System API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "Factset List of Categories Assigned to a Category System.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/category/listBySystem", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip, or 0 (default)." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return." } ] }, "docs": "List of categories assigned to a category system." }, { "info": { "name": "Factset Details of an Entitled Category System.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/category/system/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details of an entitled category system." }, { "info": { "name": "Factset List of Entitled Category Systems.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/category/system/list", "params": [ { "name": "idType", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of entitled category systems." }, { "info": { "name": "Factset List of Category System Types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/category/system/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of category system types." } ] } ], "bundled": true }