Get Relationship by Graph Relationship ID
Experimental - Returns the details of a graph relationship identified by its graph-assigned integer ID
Response
OK
Example response
{
"data": {
"relationship_id": 1234567890,
"source_node_id": 1234567890,
"target_node_id": 1234567890
}
}Changes
Changed in 4 of the 66 revisions of this API.455
- ○
added the optional property
data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-content]/oneOf[model.kind-info-type-markdown]/allOf[model.kind-info-markdown]/markdown/template_errorto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-base]/positionresponse property's min was decreased from1.00to0.00for the response status200response-property-min-decreased
- ▲
the
data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-content]/oneOf[model.kind-info-type-markdown]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-content]/oneOf[model.kind-info-type-markdown]/markdownfrom the response with the200statusresponse-required-property-removed
- ○
added
model.kind-info-markdownsubschema #2to thedata/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-content]/oneOf[model.kind-info-type-markdown]/response propertyallOflist for the response status200response-property-all-of-added
- ▲
- ▲
the
dataresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ●
removed the optional property
data/kindfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/propertiesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/relationship_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/source_node_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/target_node_idfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parameterinclude-infoto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○
added
model.relationship-detailsmodel.relationship-details-with-infoto thedataresponse propertyanyOflist for the response status200response-property-any-of-added
- ▲
- ○
endpoint added
endpoint-added
- ○