{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Relationship API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Relationship", "type": "folder" }, "items": [ { "info": { "name": "Factset Get List of the Relationship Categories Configured in Your Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/relationship-categories" }, "docs": "Factset Get List of the Relationship Categories Configured in Your Group" }, { "info": { "name": "Factset Create a Relationship Category", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/relationship-categories", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Relationship Category" }, { "info": { "name": "Factset Reorder Relationship Categories", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/relationship-categories/reorder", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Reorder Relationship Categories" }, { "info": { "name": "Factset Edit a Relationship Category", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/v1/relationship-categories/:relationshipCategoryId", "params": [ { "name": "relationshipCategoryId", "value": "", "type": "path", "description": "relationshipCategoryId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Relationship Category" }, { "info": { "name": "Factset Delete a Relationship Category", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/relationship-categories/:relationshipCategoryId", "params": [ { "name": "relationshipCategoryId", "value": "", "type": "path", "description": "relationshipCategoryId to delete associated record" } ] }, "docs": "Factset Delete a Relationship Category" } ] } ], "bundled": true }