Get Graph Nodes details

Get graph nodes details and it's relations for list of node ids.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Specifies the id of a session.

Query Params
nodeIds
array of strings
required
length ≥ 1

Specifies the id of the graph node.

nodeIds*
Body Params

Specifies the parameters to get node details in the graph for given node ids.

string
required

Specifies the node type

boolean | null

If set to false only the node info will be returned, else the relations matching the below relation filters will be returned. Defaults to false.

boolean | null

If set to false the response will only return name, type and is_root fields filled in each node/relation. If set to true all the attributes for the nodes and its relations are also returned. Defaults to true.

relationFilter
object | null

Determines filter that can be applied to query edge of a graph node.

string | null

Specifies a cookie for getting DiffGraphNodeRelation items from the starting position where previous request ended. In absence of this parameter, DiffGraphNodeRelation items from the beginning.

int32

Specifies the max number of DiffGraphNodeRelation objects to be fetched in response.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json