Create Relationship Record between Objects

Use this API to create a new Relationship Record between objects.

πŸ—’

Things to Know

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

The unique identifier of the relationship type.

Body Params
attributes
object

This parameter can be used to store attribute details in key value pairs.

entity1
object
required

The details of the source object in the relationship.

entity2
object
required

The details of the target object in the relationship.

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
*/*