{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Group API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Group", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Group Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/group" }, "docs": "Factset Get Group Details" }, { "info": { "name": "GetClientsSalesRepresentative", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/group/client-sales-representative" } }, { "info": { "name": "Factset Get a group.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/Group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Factset Get a group." }, { "info": { "name": "Factset Replace a group.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/Group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of resource." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Factset Replace a group." }, { "info": { "name": "Factset Patch a group (add, replace, or remove attributes of a group.)", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/Group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of resource." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Factset Patch a group (add, replace, or remove attributes of a group.)" } ] } ], "bundled": true }