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

Path Parameters

type
string
required

Di type name

identifier
string
required

Di configuration identifier

Query Parameters

direction
enum<string>
default:both

Direction to resolve relations

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

Space Identifier

Response

A list of nodes

nodes
object[]