Create Relationship Type between Objects

Use this API to create a new Relationship Type between two object types.

πŸ—’

Things to Know

  • This API only supports objects created via Object Manager, including Projects, Models, and Datasets.
Body Params
string
required

The name of the relationship type.

string

The description of the relationship type.

linkAssociations
array of objects
required

The details of linked relationships.

linkAssociations*
string

The name of the source object type's relationship to the target object type.

string

The name of the target object type's relationship to the source object type.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 3 required scopes
URL
Response
Choose an example:
application/json
*/*