Skip to main content
GET
/
di
/
relations
/
{type}
/
{owner}
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "type": "<string>",
      "identifier": "<string>",
      "name": "<string>",
      "description": "<string>",
      "object": {},
      "removable": false,
      "resettable": false,
      "disabled": false,
      "editor": "<string>"
    }
  ]
}
{
  "status": "<string>",
  "context": {},
  "type": "<string>",
  "title": "<string>",
  "detail": "<string>",
  "violations": [
    {
      "title": "<string>",
      "propertyPath": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

type
string
required

Type identifier

owner
string
required

Owner identifier

Query Parameters

filter
string

Apply search criteria.

space
string

Space Identifier

Response

A list of object relations

metadata
object
results
object[]