Create Relationship Record between ObjectsAsk AIpost https://{hostname}/api/custom-entity/v1/linksUse 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 ParamslinkTypeIduuidrequiredThe unique identifier of the relationship type.Body ParamsattributesobjectThis parameter can be used to store attribute details in key value pairs.attributes objectentity1objectrequiredThe details of the source object in the relationship.Linked Entity Information objectentity2objectrequiredThe details of the target object in the relationship.Linked Entity Information objectResponses 201Created - The relationship was successfully established 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago