Get Graph Nodes details

No Privileges Required

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, unique
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.

Specifies the request parameters to query graph node relations for a given node id.

int32

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

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.

string
required

Specifies the node type

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.

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.

relationFilter
object | null

Specifies the filter params for graph node relations.

Responses

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