Skip to main content
GET
/
di
/
list
/
{type}
/
prototypes
{
  "type": "<string>",
  "configurations": [
    {
      "identifier": "<string>",
      "name": "<string>",
      "description": "<string>",
      "disabled": false,
      "context": {},
      "$defs": {}
    }
  ],
  "prototypes": [
    {
      "identifier": "<string>",
      "name": "<string>",
      "description": "<string>",
      "schema": {},
      "test": {},
      "context": {},
      "$defs": {}
    }
  ],
  "defaultPrototype": {
    "type": "<string>",
    "schema": {},
    "description": "<string>",
    "context": {},
    "test": {},
    "$defs": {}
  }
}

Path Parameters

type
string
required

Di type name

Query Parameters

filter
string

Apply search criteria.

space
string

Space Identifier

Response

A list of object configurations and prototypes

type
string
configurations
object[]
prototypes
object[]
defaultPrototype
object