{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Issues API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Issues", "type": "folder" }, "items": [ { "info": { "name": "Factset Creates a Issue Tracker issue", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/issues", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new issue in Issue Tracker" }, { "info": { "name": "Factset Get the matched issue details", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/issues/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": " ID of Issue Tracker issue" } ] }, "docs": "Retrieve the information of the client with the matching issue Id." }, { "info": { "name": "Factset post comment to Issue Tracker issue", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/issues/:id/comments", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of Issue Tracker issue" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reply to the existing matched issue " } ] } ], "bundled": true }