We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This document discusses the knowledge graph query API that the user interface and other systems can use to query the system.
/graph?q=<gremlin_query>
For general gremlin queries, this route should simply pass through the query to rexster.
/graph/node
Return all of the types of nodes.
/graph/node?count=true
Return all node types and their counts.
/graph/node/<type>
Return all nodes of a given type.
/graph/node/<type>/<id>
Return a specific node.