Newer Version Available

This content describes an older version of this product. View Latest

Context Node Relationship (POST)

Configure a relationship node by adding child context nodes to a specific context node.
Resource
1/connect/context-nodes/contextNodeId/configurerelationship
The contextNodeId specifies the ID of the context node to which you want to add the context nodes from the request body as child nodes.
Resource example
1https://yourInstance.salesforce.com/services/data/v63.0/connect/context-nodes/11oxx000001G3dtAAC/configurerelationship
Available version
61.0
HTTP methods
POST
Request body for POST
JSON example
1{
2  "contextNodeIds": [
3    "11oxx000001G3dtAAC",
4    "11oxx000001G3duAAC"
5  ]
6}
Properties
Name Type Description Required or Optional Available Version
contextNodeIds String List of context node IDs to create the relationship nodes by adding them as child nodes to the context node that’s specified in the endpoint. Required 61.0
Response body for POST
Context Node List