Skip to main content
POST
/
di
/
list
/
nodes
/
bulk
{
  "nodes": [
    {
      "type": "<string>",
      "identifier": "<string>",
      "name": "<string>",
      "relationships": [
        {
          "relation": "<string>",
          "node": {
            "identifier": "<string>",
            "type": "<string>"
          },
          "paths": [
            "<string>"
          ]
        }
      ]
    }
  ]
}

Query Parameters

direction
enum<string>
default:both

Direction to resolve relations

Available options:
down,
up,
both,
recursive
space
string

Space Identifier

Body

application/json
objects
object[]

Response

A list of nodes

nodes
object[]