Method
|
GET
|
URL
|
/v2/<object_full_identifier>/<record_uuid>/<multiple_relationship_full_identifier>
|
Parameters
|
No parameters. In the request body, specify a list of pointers to records in the following format:
[<target_object>, <record_uuid_to_relate>]
|
Response Content Type
|
application/json
|
HTTP Status Code
|
Error Message
|
---|---|
400
|
The body of the request did not contain any data.
|
404
|
The record specified to relate the records was not found or some of the records to relate to were not found
|
400
|
Error adding relationship Records. Exception={...}
|
500
|
Internal Server error
|