GetSubgraph

Returns a subgraph based on a set of nodes that you provide, including all the edges that occur between these nodes in the main graph.

Example

http://12.3.4.56:10300/action=GetSubgraph&NodeIDS=123,234,345

This action creates a subgraph for the nodes with IDs 123, 234, and 345, including any edges that exist between these nodes.

Parameters

Parameter Description Required
NodeIDs The ID of the nodes to return in the subgraph.  
NodeNames The names of the nodes to return in the subgraph.