Skip to main content
GET
/
schema
/
relationship-types
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "name": "<string>",
    "forwardLabel": "<string>",
    "reverseLabel": "<string>",
    "sourceItemTypeIds": [
      "<string>"
    ],
    "targetItemTypeIds": [
      "<string>"
    ],
    "propagateSuspect": true,
    "description": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of relationship types

id
string
required
name
string
required
forwardLabel
string
required
reverseLabel
string
required
sourceItemTypeIds
string[]
required
targetItemTypeIds
string[]
required
propagateSuspect
boolean
required
description
string | null