Create Relationship Types

Retrieve a listing of the types of relationships that exist. Note: The "parent" relationship type is required for all implementations of Tenovos, however a different label can be applied to it, such as "Master" or "Primary".

SecurityOAuth2
Request
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Request Body schema: application/json
Array ([ 1 .. 50 ] items)
name
string [ 3 .. 50 ] characters

The name of the Relationship type you are creating. Will be displayed to users unless a separate value for label is provided.

label
string [ 3 .. 50 ] characters

Administrators with the Content Management role privilege can provides an alternative label for the relationship type to be shown to users.

Responses
200

Successful Request. Relationship Types Created Successfully.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

post/relationships/types
Request samples
application/json
[
  • {
    }
]
Response samples
application/json
{
  • "relationshipTypes": [
    ],
  • "pagination": {
    }
}