{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Relationship Categories API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Relationship Categories", "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 }