{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Level API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Level", "type": "folder" }, "items": [ { "info": { "name": "Factset List of Categories Assigned to a Category Level.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/category/listByLevel", "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 level." }, { "info": { "name": "Factset Details of a Category Level.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/category/level/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 a category level." } ] } ], "bundled": true }