OpenGraph (Experimental)
Community
Enterprise
Get Relationship by Graph Relationship ID
Experimental - Returns the details of a graph relationship identified by its graph-assigned integer ID
get/api/v2/relationships/{relationship_id}
Response
OK
Example response
{
"data": {
"relationship_id": 1234567890,
"source_node_id": 1234567890,
"target_node_id": 1234567890
}
}