{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Grades API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Grades", "type": "folder" }, "items": [ { "info": { "name": "Factset List of Rating Grades for a List of Instruments.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/instrument/rating/grade/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of rating grades for a list of instruments. The list can be restricted to rating grades belonging to particular rating systems." } ] } ], "bundled": true }