Skip to main content
GET
/
di
/
relations
/
{type}
/
{owner}
/
{identifier}
{
  "object": {
    "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

identifier
string
required

Relation identifier

Query Parameters

space
string

Space Identifier

Response

An object relation

object
object