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

int32

Specifies the number of graph node relations to be fetched for the specified pagination cookie.

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 which can be passed in by the user in order to retrieve the next page of results.

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

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

Responses

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