{ "opencollection": "1.0.0", "info": { "name": "DMI Backend actions ontology-traversal API", "version": "0.1.0" }, "items": [ { "info": { "name": "ontology-traversal", "type": "folder" }, "items": [ { "info": { "name": "Get Related Entities", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/ontology/entities/:entity_id/related", "params": [ { "name": "entity_id", "value": "", "type": "path" } ] }, "docs": "Get the connected entity subgraph from this entity." } ] } ], "bundled": true }